Searched refs:extension (Results 1 – 9 of 9) sorted by relevance
/fs/9p/ |
D | vfs_inode.c | 134 strlcpy(ext, stat->extension, sizeof(ext)); in p9mode2unixmode() 145 type, stat->extension); in p9mode2unixmode() 216 wstat->extension = NULL; in v9fs_blank_wstat() 589 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() argument 617 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create() 1132 if (v9fs_proto_dotu(v9ses) && (stat->extension[0] != '\0')) { in v9fs_stat2inode() 1140 strlcpy(ext, stat->extension, sizeof(ext)); in v9fs_stat2inode() 1216 res = st->extension; in v9fs_vfs_get_link() 1217 st->extension = NULL; in v9fs_vfs_get_link() 1237 u32 perm, const char *extension) in v9fs_vfs_mkspecial() argument [all …]
|
/fs/isofs/ |
D | Kconfig | 23 Joliet is a Microsoft extension for the ISO 9660 CD-ROM file system 31 bool "Transparent decompression extension" 35 This is a Linux-specific extension to RockRidge which lets you store
|
/fs/affs/ |
D | file.c | 104 key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_grow_extcache() 143 tmp = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_alloc_extblock() 146 AFFS_TAIL(sb, bh)->extension = cpu_to_be32(blocknr); in affs_alloc_extblock() 182 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow() 262 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow() 917 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate() 935 AFFS_TAIL(sb, ext_bh)->extension = 0; in affs_truncate() 972 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate()
|
D | amigaffs.h | 101 __be32 extension; member
|
D | Changes | 249 - truncate() didn't allocate an extension block
|
/fs/nfs/ |
D | Kconfig | 54 bool "NFS client support for the NFSv3 ACL protocol extension" 59 NFS version 3 protocol. This protocol extension allows 65 protocol extension and you want your NFS client to allow 69 extension. You can choose N here or specify the "noacl" mount
|
/fs/nfsd/ |
D | Kconfig | 48 bool "NFS server support for the NFSv3 ACL protocol extension" 54 This protocol extension allows applications on NFS clients to 60 NFSv3 ACL protocol extension allowing NFS clients to manipulate
|
/fs/fuse/ |
D | Kconfig | 25 This FUSE extension allows character devices to be
|
/fs/fat/ |
D | inode.c | 469 static int is_exec(unsigned char *extension) in is_exec() argument 474 if (!strncmp(extension, walk, 3)) in is_exec()
|