Searched refs:fs_name (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/ |
| H A D | fsopen.c | 124 const char *fs_name; in SYSCALL_DEFINE2() local 133 fs_name = strndup_user(_fs_name, PAGE_SIZE); in SYSCALL_DEFINE2() 134 if (IS_ERR(fs_name)) in SYSCALL_DEFINE2() 135 return PTR_ERR(fs_name); in SYSCALL_DEFINE2() 137 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2() 138 kfree(fs_name); in SYSCALL_DEFINE2()
|
| H A D | inode.c | 3034 char fs_name[32] = {}; in dump_inode() local 3055 strncpy_from_kernel_nofault(fs_name, fs_name_ptr, sizeof(fs_name) - 1) < 0) in dump_inode() 3056 strscpy(fs_name, "<unknown, sb unreadable>"); in dump_inode() 3059 reason, inode, fs_name, mode, opflags, flags, state, count); in dump_inode()
|
| /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()
|
| /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,
|
| /linux/fs/exfat/ |
| H A D | exfat_raw.h | 92 __u8 fs_name[BOOTSEC_FS_NAME_LEN]; member
|
| H A D | super.c | 455 if (memcmp(p_boot->fs_name, STR_EXFAT, BOOTSEC_FS_NAME_LEN)) { in exfat_read_boot_sector()
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.h | 172 char *fs_name; member
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 4287 cap_auths[i].match.fs_name = kcalloc(_len + 1, sizeof(char), in handle_session() 4289 if (!cap_auths[i].match.fs_name) { in handle_session() 4293 ceph_decode_copy(&p, cap_auths[i].match.fs_name, _len); in handle_session() 4301 cap_auths[i].match.path, cap_auths[i].match.fs_name, in handle_session() 4314 kfree(mdsc->s_cap_auths[i].match.fs_name); in handle_session() 4454 kfree(cap_auths[i].match.fs_name); in handle_session() 5676 const char *fs_name = mdsc->mdsmap->m_fs_name; in ceph_mds_auth_match() local 5683 fs_name, auth->match.fs_name ? auth->match.fs_name : ""); in ceph_mds_auth_match() 5685 if (!ceph_namespace_match(auth->match.fs_name, fs_name)) { in ceph_mds_auth_match() 6096 kfree(mdsc->s_cap_auths[i].match.fs_name); in ceph_mdsc_stop()
|
| H A D | mds_client.h | 84 char *fs_name; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 4695 .fs_name = FW4_CFNAME, 4708 .fs_name = FW5_CFNAME, 4721 .fs_name = FW6_CFNAME,
|
| /linux/include/linux/ |
| H A D | syscalls.h | 975 asmlinkage long sys_fsopen(const char __user *fs_name, unsigned int flags);
|