Home
last modified time | relevance | path

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

/fs/isofs/
DKconfig23 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/9p/
Dvfs_inode.c133 r = sscanf(stat->extension, "%c %i %i", &type, &major, &minor); in p9mode2unixmode()
137 stat->extension); in p9mode2unixmode()
149 type, stat->extension); in p9mode2unixmode()
220 wstat->extension = NULL; in v9fs_blank_wstat()
611 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() argument
637 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
1185 if (sscanf(stat->extension, in v9fs_stat2inode()
1260 res = st->extension; in v9fs_vfs_get_link()
1261 st->extension = NULL; in v9fs_vfs_get_link()
1281 u32 perm, const char *extension) in v9fs_vfs_mkspecial() argument
[all …]
/fs/smb/server/
Dsmb_common.c495 char base[9], extension[4]; in ksmbd_extract_shortname() local
511 strscpy(extension, "___", strlen("___")); in ksmbd_extract_shortname()
517 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname()
520 extension[extlen] = '\0'; in ksmbd_extract_shortname()
551 memcpy(out + baselen + 4, extension, 4); in ksmbd_extract_shortname()
/fs/affs/
Dfile.c104 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()
918 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate()
936 AFFS_TAIL(sb, ext_bh)->extension = 0; in affs_truncate()
973 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate()
Damigaffs.h101 __be32 extension; member
DChanges249 - truncate() didn't allocate an extension block
/fs/nfs/
DKconfig54 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/
DKconfig39 bool "NFS server support for the NFSv3 ACL protocol extension"
45 This protocol extension allows applications on NFS clients to
51 NFSv3 ACL protocol extension allowing NFS clients to manipulate
/fs/fuse/
DKconfig25 This FUSE extension allows character devices to be
/fs/fat/
Dinode.c471 static int is_exec(unsigned char *extension) in is_exec() argument
476 if (!strncmp(extension, walk, 3)) in is_exec()