Searched refs:fs_name (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/fs/ |
H A 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()
|
H A 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()
|
/openbmc/linux/samples/vfs/ |
H A 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()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw_chip.h | 97 char *fs_name; member
|
H A D | csio_hw.c | 2276 .fs_name = FW_CFG_NAME_T5, 2289 .fs_name = FW_CFG_NAME_T6,
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | fs.c | 106 #define FS(lower_name, fs_name, upper_name) \ argument 108 .name = #fs_name, \
|
/openbmc/linux/fs/exfat/ |
H A D | exfat_raw.h | 90 __u8 fs_name[BOOTSEC_FS_NAME_LEN]; member
|
H A D | super.c | 434 if (memcmp(p_boot->fs_name, STR_EXFAT, BOOTSEC_FS_NAME_LEN)) { in exfat_read_boot_sector()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.h | 266 char *fs_name; member
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 1097 char fs_name[32]; in build_guest_fsinfo() local 1157 wcstombs(fs_name, wfs_name, sizeof(wfs_name)); in build_guest_fsinfo() 1158 fs->type = g_strdup(fs_name); in build_guest_fsinfo()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ceph.rst | 95 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 546 char *fs_name; member
|
H A D | cxgb4_main.c | 4706 .fs_name = FW4_CFNAME, 4719 .fs_name = FW5_CFNAME, 4732 .fs_name = FW6_CFNAME,
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 928 asmlinkage long sys_fsopen(const char __user *fs_name, unsigned int flags);
|