Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 24 of 24) sorted by relevance

/fs/romfs/
A DKconfig20 # Select the backing stores to be supported
27 Select the backing stores to be supported.
/fs/squashfs/
A Ddecompressor.h24 int supported; member
A Dlzo_wrapper.c122 .supported = 1
A Dzlib_wrapper.c135 .supported = 1
A Dlz4_wrapper.c145 .supported = 1
A Dzstd_wrapper.c153 .supported = 1
A Dxz_wrapper.c195 .supported = 1
A DKconfig11 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 Dsuper.c170 if (!decompressor->supported) { in supported_squashfs_filesystem()
/fs/udf/
A DKconfig10 file system is supported by multiple operating systems and is more
/fs/nilfs2/
A DKconfig24 are not supported yet.
/fs/freevxfs/
A DKconfig14 Currently only readonly access is supported and VxFX versions
/fs/verity/
A DKconfig10 mechanism implemented at the file level. On supported
/fs/ufs/
A DKconfig16 READ-ONLY supported.
/fs/isofs/
A DKconfig9 long Unix filenames and symbolic links are also supported by this
/fs/afs/
A Dinode.c841 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 DKconfig32 The SMB3.1.1 protocol is supported by most modern operating systems
104 not supported at this time.
/fs/nfsd/
A Dnfsctl.c526 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 Dvfs.c801 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 Dnfs4xdr.c4720 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 DKconfig113 RAID56 not yet supported
/fs/f2fs/
A DKconfig100 multiple back-end compression algorithms are supported.
/fs/xfs/
A DKconfig30 The V4 filesystem format lacks certain features that are supported
/fs/nfs/
A Dnfs4xdr.c4403 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