Searched refs:supported (Results 1 – 19 of 19) sorted by relevance
/fs/romfs/ |
D | Kconfig | 19 # Select the backing stores to be supported 26 Select the backing stores to be supported.
|
/fs/squashfs/ |
D | decompressor.h | 35 int supported; member
|
D | lzo_wrapper.c | 103 .supported = 1
|
D | lz4_wrapper.c | 119 .supported = 1
|
D | zlib_wrapper.c | 145 .supported = 1
|
D | xz_wrapper.c | 203 .supported = 1
|
D | Kconfig | 10 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
|
D | super.c | 69 if (!decompressor->supported) { in supported_squashfs_filesystem()
|
/fs/freevxfs/ |
D | Kconfig | 9 Currently only readonly access is supported.
|
/fs/udf/ |
D | Kconfig | 6 file system is supported by multiple operating systems and is more
|
/fs/nilfs2/ |
D | Kconfig | 21 are not supported yet.
|
/fs/ufs/ |
D | Kconfig | 14 READ-ONLY supported.
|
/fs/isofs/ |
D | Kconfig | 7 long Unix filenames and symbolic links are also supported by this
|
/fs/cifs/ |
D | Kconfig | 18 PC operating systems. The CIFS protocol is fully supported by 107 (used by some filesystems to store ACLs) is not supported at
|
/fs/ntfs/ |
D | Kconfig | 57 The only supported operation is overwriting existing files, without
|
/fs/nfsd/ |
D | vfs.c | 606 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()
|
D | nfs4xdr.c | 3698 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/ |
D | README | 150 supported by the Linux kernel.
|
/fs/nfs/ |
D | nfs4xdr.c | 4237 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()
|