Searched refs:fs_name (Results 1 – 10 of 10) 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 | 3092 char fs_name[32] = {}; 3113 strncpy_from_kernel_nofault(fs_name, fs_name_ptr, sizeof(fs_name) - 1) < 0) 3114 strscpy(fs_name, "<unknown, sb unreadable>"); 3117 reason, inode, fs_name, mode, opflags, flags, state, count); 3033 char fs_name[32] = {}; dump_inode() local
|
| /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/smb/server/ |
| H A D | smb2pdu.h | 172 char *fs_name; member
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 4332 cap_auths[i].match.fs_name = kcalloc(_len + 1, sizeof(char), in handle_session() 4334 if (!cap_auths[i].match.fs_name) { in handle_session() 4335 pr_err_client(cl, "No memory for fs_name\n"); in handle_session() 4338 ceph_decode_copy(&p, cap_auths[i].match.fs_name, _len); in handle_session() 4344 doutc(cl, "uid %lld, num_gids %u, path %s, fs_name %s, root_squash %d, readable %d, writeable %d\n", in handle_session() 4346 cap_auths[i].match.path, cap_auths[i].match.fs_name, in handle_session() 4359 kfree(mdsc->s_cap_auths[i].match.fs_name); in handle_session() 4508 kfree(cap_auths[i].match.fs_name); in handle_session() 5740 const char *fs_name = mdsc->mdsmap->m_fs_name; in ceph_mds_auth_match() local 5746 doutc(cl, "fsname check fs_name in ceph_mds_auth_match() [all...] |
| H A D | mds_client.h | 87 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 | 980 asmlinkage long sys_fsopen(const char __user *fs_name, unsigned int flags);
|