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.c135 strlcpy(ext, stat->extension, sizeof(ext)); in p9mode2unixmode()
146 type, stat->extension); in p9mode2unixmode()
217 wstat->extension = NULL; in v9fs_blank_wstat()
599 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() argument
626 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
1179 if (sscanf(stat->extension, in v9fs_stat2inode()
1254 res = st->extension; in v9fs_vfs_get_link()
1255 st->extension = NULL; in v9fs_vfs_get_link()
1275 u32 perm, const char *extension) in v9fs_vfs_mkspecial() argument
1286 fid = v9fs_create(v9ses, dir, dentry, (char *) extension, perm, in v9fs_vfs_mkspecial()
/fs/ksmbd/
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()
919 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate()
937 AFFS_TAIL(sb, ext_bh)->extension = 0; in affs_truncate()
974 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/
DKconfig48 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/
DKconfig25 This FUSE extension allows character devices to be
/fs/fat/
Dinode.c470 static int is_exec(unsigned char *extension) in is_exec() argument
475 if (!strncmp(extension, walk, 3)) in is_exec()