Home
last modified time | relevance | path

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

/fs/romfs/
DKconfig19 # Select the backing stores to be supported
26 Select the backing stores to be supported.
/fs/squashfs/
Ddecompressor.h35 int supported; member
Dlzo_wrapper.c103 .supported = 1
Dlz4_wrapper.c119 .supported = 1
Dzlib_wrapper.c145 .supported = 1
Dxz_wrapper.c203 .supported = 1
DKconfig10 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes
145 to 1K or the smallest block size supported by the block device
Dsuper.c69 if (!decompressor->supported) { in supported_squashfs_filesystem()
/fs/freevxfs/
DKconfig9 Currently only readonly access is supported.
/fs/udf/
DKconfig6 file system is supported by multiple operating systems and is more
/fs/nilfs2/
DKconfig21 are not supported yet.
/fs/ufs/
DKconfig14 READ-ONLY supported.
/fs/isofs/
DKconfig7 long Unix filenames and symbolic links are also supported by this
/fs/cifs/
DKconfig18 PC operating systems. The CIFS protocol is fully supported by
107 (used by some filesystems to store ACLs) is not supported at
/fs/ntfs/
DKconfig57 The only supported operation is overwriting existing files, without
/fs/nfsd/
Dvfs.c606 nfsd_access(struct svc_rqst *rqstp, struct svc_fh *fhp, u32 *access, u32 *supported) in nfsd_access() argument
656 if (supported) in nfsd_access()
657 *supported = sresult; in nfsd_access()
Dnfs4xdr.c3698 u32 i, nflavs, supported; in nfsd4_do_encode_secinfo() local
3727 supported = 0; in nfsd4_do_encode_secinfo()
3738 supported++; in nfsd4_do_encode_secinfo()
3748 supported++; in nfsd4_do_encode_secinfo()
3760 if (nflavs != supported) in nfsd4_do_encode_secinfo()
3762 *flavorsp = htonl(supported); in nfsd4_do_encode_secinfo()
/fs/reiserfs/
DREADME150 supported by the Linux kernel.
/fs/nfs/
Dnfs4xdr.c4237 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access() argument
4251 *supported = supp; in decode_access()
6116 status = decode_access(xdr, &res->supported, &res->access); in nfs4_xdr_dec_access()