Home
last modified time | relevance | path

Searched refs:fs_name (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/fs/
H A Dfsopen.c118 const char *fs_name; in SYSCALL_DEFINE2() local
127 fs_name = strndup_user(_fs_name, PAGE_SIZE); in SYSCALL_DEFINE2()
128 if (IS_ERR(fs_name)) in SYSCALL_DEFINE2()
129 return PTR_ERR(fs_name); in SYSCALL_DEFINE2()
131 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2()
132 kfree(fs_name); in SYSCALL_DEFINE2()
H A Dfilesystems.c156 static int fs_name(unsigned int index, char __user * buf) in fs_name() function
201 retval = fs_name(arg1, (char __user *) arg2); in SYSCALL_DEFINE3()
/linux-6.15/samples/vfs/
H A Dtest-fsmount.c72 static inline int fsopen(const char *fs_name, unsigned int flags) in fsopen() argument
74 return syscall(__NR_fsopen, fs_name, flags); in fsopen()
/linux-6.15/drivers/scsi/csiostor/
H A Dcsio_hw_chip.h97 char *fs_name; member
H A Dcsio_hw.c2276 .fs_name = FW_CFG_NAME_T5,
2289 .fs_name = FW_CFG_NAME_T6,
/linux-6.15/tools/lib/api/fs/
H A Dfs.c107 #define FS(lower_name, fs_name, upper_name) \ argument
109 .name = #fs_name, \
/linux-6.15/fs/exfat/
H A Dexfat_raw.h91 __u8 fs_name[BOOTSEC_FS_NAME_LEN]; member
H A Dsuper.c466 if (memcmp(p_boot->fs_name, STR_EXFAT, BOOTSEC_FS_NAME_LEN)) { in exfat_read_boot_sector()
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.h268 char *fs_name; member
/linux-6.15/fs/ceph/
H A Dmds_client.h84 char *fs_name; member
H A Dmds_client.c4221 cap_auths[i].match.fs_name = kcalloc(_len + 1, sizeof(char), in handle_session()
4223 if (!cap_auths[i].match.fs_name) { in handle_session()
4227 ceph_decode_copy(&p, cap_auths[i].match.fs_name, _len); in handle_session()
4235 cap_auths[i].match.path, cap_auths[i].match.fs_name, in handle_session()
4248 kfree(mdsc->s_cap_auths[i].match.fs_name); in handle_session()
4388 kfree(cap_auths[i].match.fs_name); in handle_session()
6025 kfree(mdsc->s_cap_auths[i].match.fs_name); in ceph_mdsc_stop()
/linux-6.15/Documentation/filesystems/
H A Dtmpfs.rst263 $ mount -t tmpfs -o casefold=utf8-12.1.0,strict_encoding fs_name /mytmpfs
264 $ mount -t tmpfs -o casefold fs_name /mytmpfs
H A Dceph.rst98 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]]
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h546 char *fs_name; member
H A Dcxgb4_main.c4694 .fs_name = FW4_CFNAME,
4707 .fs_name = FW5_CFNAME,
4720 .fs_name = FW6_CFNAME,
/linux-6.15/include/linux/
H A Dsyscalls.h964 asmlinkage long sys_fsopen(const char __user *fs_name, unsigned int flags);