Searched refs:fs_name (Results 1 – 8 of 8) 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()
|
| /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() 4338 ceph_decode_copy(&p, cap_auths[i].match.fs_name, _len); 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 5747 fs_name, auth->match.fs_name ? auth->match.fs_name : ""); in ceph_mds_auth_match() 5749 if (!ceph_namespace_match(auth->match.fs_name, fs_name)) { in ceph_mds_auth_match() 6160 kfree(mdsc->s_cap_auths[i].match.fs_name); in ceph_mdsc_stop()
|
| 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,
|