Searched refs:fs_name (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/fs/ |
D | fsopen.c | 119 const char *fs_name; in SYSCALL_DEFINE2() local 128 fs_name = strndup_user(_fs_name, PAGE_SIZE); in SYSCALL_DEFINE2() 129 if (IS_ERR(fs_name)) in SYSCALL_DEFINE2() 130 return PTR_ERR(fs_name); in SYSCALL_DEFINE2() 132 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2() 133 kfree(fs_name); in SYSCALL_DEFINE2()
|
D | filesystems.c | 156 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.1.9/samples/vfs/ |
D | test-fsmount.c | 72 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.1.9/drivers/scsi/csiostor/ |
D | csio_hw_chip.h | 97 char *fs_name; member
|
D | csio_hw.c | 2276 .fs_name = FW_CFG_NAME_T5, 2289 .fs_name = FW_CFG_NAME_T6,
|
/linux-6.1.9/fs/exfat/ |
D | exfat_raw.h | 87 __u8 fs_name[BOOTSEC_FS_NAME_LEN]; member
|
D | super.c | 445 if (memcmp(p_boot->fs_name, STR_EXFAT, BOOTSEC_FS_NAME_LEN)) { in exfat_read_boot_sector()
|
/linux-6.1.9/fs/ksmbd/ |
D | smb2pdu.h | 298 char *fs_name; member
|
/linux-6.1.9/Documentation/filesystems/ |
D | ceph.rst | 85 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]]
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 546 char *fs_name; member
|
D | cxgb4_main.c | 4704 .fs_name = FW4_CFNAME, 4717 .fs_name = FW5_CFNAME, 4730 .fs_name = FW6_CFNAME,
|
/linux-6.1.9/include/linux/ |
D | syscalls.h | 1041 asmlinkage long sys_fsopen(const char __user *fs_name, unsigned int flags);
|