Searched refs:supported (Results 1 – 24 of 24) sorted by relevance
| /fs/romfs/ |
| A D | Kconfig | 20 # Select the backing stores to be supported 27 Select the backing stores to be supported.
|
| /fs/squashfs/ |
| A D | decompressor.h | 24 int supported; member
|
| A D | lzo_wrapper.c | 122 .supported = 1
|
| A D | zlib_wrapper.c | 135 .supported = 1
|
| A D | lz4_wrapper.c | 145 .supported = 1
|
| A D | zstd_wrapper.c | 153 .supported = 1
|
| A D | xz_wrapper.c | 195 .supported = 1
|
| A D | Kconfig | 11 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes 250 to 1K or the smallest block size supported by the block device
|
| A D | super.c | 170 if (!decompressor->supported) { in supported_squashfs_filesystem()
|
| /fs/udf/ |
| A D | Kconfig | 10 file system is supported by multiple operating systems and is more
|
| /fs/nilfs2/ |
| A D | Kconfig | 24 are not supported yet.
|
| /fs/freevxfs/ |
| A D | Kconfig | 14 Currently only readonly access is supported and VxFX versions
|
| /fs/verity/ |
| A D | Kconfig | 10 mechanism implemented at the file level. On supported
|
| /fs/ufs/ |
| A D | Kconfig | 16 READ-ONLY supported.
|
| /fs/isofs/ |
| A D | Kconfig | 9 long Unix filenames and symbolic links are also supported by this
|
| /fs/afs/ |
| A D | inode.c | 841 const unsigned int supported = in afs_setattr() local 854 if (!(attr->ia_valid & supported)) { in afs_setattr() 890 if (!(attr->ia_valid & (supported & ~ATTR_SIZE & ~ATTR_MTIME)) && in afs_setattr()
|
| /fs/smb/client/ |
| A D | Kconfig | 32 The SMB3.1.1 protocol is supported by most modern operating systems 104 not supported at this time.
|
| /fs/nfsd/ |
| A D | nfsctl.c | 526 bool supported = !!nfsd_vers(nn, vers, NFSD_TEST); in nfsd_print_version_support() local 530 supported = false; in nfsd_print_version_support() 531 if (minor == 0 && supported) in nfsd_print_version_support() 539 supported ? '+' : '-', vers, minor); in nfsd_print_version_support()
|
| A D | vfs.c | 801 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access() argument 852 if (supported) in nfsd_access() 853 *supported = sresult; in nfsd_access()
|
| A D | nfs4xdr.c | 4720 u32 *supported) in nfsd4_encode_secinfo4() argument 4726 (*supported)++; in nfsd4_encode_secinfo4() 4737 (*supported)++; in nfsd4_encode_secinfo4() 4750 u32 i, nflavs, supported; in nfsd4_encode_SECINFO4resok() local 4780 for (i = 0, supported = 0; i < nflavs; i++) { in nfsd4_encode_SECINFO4resok() 4782 &supported); in nfsd4_encode_SECINFO4resok() 4787 wire_count = cpu_to_be32(supported); in nfsd4_encode_SECINFO4resok()
|
| /fs/btrfs/ |
| A D | Kconfig | 113 RAID56 not yet supported
|
| /fs/f2fs/ |
| A D | Kconfig | 100 multiple back-end compression algorithms are supported.
|
| /fs/xfs/ |
| A D | Kconfig | 30 The V4 filesystem format lacks certain features that are supported
|
| /fs/nfs/ |
| A D | nfs4xdr.c | 4403 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access() argument 4417 *supported = supp; in decode_access() 6280 status = decode_access(xdr, &res->supported, &res->access); in nfs4_xdr_dec_access()
|
Completed in 66 milliseconds