Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 8 of 8) sorted by relevance

/fs/isofs/
DKconfig22 Joliet is a Microsoft extension for the ISO 9660 CD-ROM file system
30 bool "Transparent decompression extension"
34 This is a Linux-specific extension to RockRidge which lets you store
/fs/9p/
Dvfs_inode.c149 strlcpy(ext, stat->extension, sizeof(ext)); in p9mode2unixmode()
160 type, stat->extension); in p9mode2unixmode()
231 wstat->extension = NULL; in v9fs_blank_wstat()
646 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() argument
674 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
1184 if (v9fs_proto_dotu(v9ses) && (stat->extension[0] != '\0')) { in v9fs_stat2inode()
1192 strlcpy(ext, stat->extension, sizeof(ext)); in v9fs_stat2inode()
1260 res = st->extension; in v9fs_vfs_follow_link()
1261 st->extension = NULL; in v9fs_vfs_follow_link()
1280 u32 perm, const char *extension) in v9fs_vfs_mkspecial() argument
[all …]
/fs/affs/
Dfile.c102 key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_grow_extcache()
141 tmp = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_alloc_extblock()
144 AFFS_TAIL(sb, bh)->extension = cpu_to_be32(blocknr); in affs_alloc_extblock()
180 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow()
260 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow()
915 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate()
933 AFFS_TAIL(sb, ext_bh)->extension = 0; in affs_truncate()
970 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate()
DChanges249 - truncate() didn't allocate an extension block
/fs/nfsd/
DKconfig46 bool "NFS server support for the NFSv3 ACL protocol extension"
52 This protocol extension allows applications on NFS clients to
58 NFSv3 ACL protocol extension allowing NFS clients to manipulate
/fs/nfs/
DKconfig53 bool "NFS client support for the NFSv3 ACL protocol extension"
58 NFS version 3 protocol. This protocol extension allows
64 protocol extension and you want your NFS client to allow
68 extension. You can choose N here or specify the "noacl" mount
/fs/fuse/
DKconfig23 This FUSE extension allows character devices to be
/fs/fat/
Dinode.c425 static int is_exec(unsigned char *extension) in is_exec() argument
430 if (!strncmp(extension, walk, 3)) in is_exec()