Searched refs:fs_name (Results 1 – 7 of 7) sorted by relevance
| /fs/ |
| A D | fsopen.c | 118 const char *fs_name; in SYSCALL_DEFINE2() local 127 fs_name = strndup_user(_fs_name, PAGE_SIZE); in SYSCALL_DEFINE2() 128 if (IS_ERR(fs_name)) in SYSCALL_DEFINE2() 129 return PTR_ERR(fs_name); in SYSCALL_DEFINE2() 131 fs_type = get_fs_type(fs_name); in SYSCALL_DEFINE2() 132 kfree(fs_name); in SYSCALL_DEFINE2()
|
| A D | filesystems.c | 156 static int fs_name(unsigned int index, char __user * buf) in fs_name() function 205 retval = fs_name(arg1, (char __user *) arg2); in SYSCALL_DEFINE3()
|
| /fs/exfat/ |
| A D | exfat_raw.h | 91 __u8 fs_name[BOOTSEC_FS_NAME_LEN]; member
|
| A D | super.c | 442 if (memcmp(p_boot->fs_name, STR_EXFAT, BOOTSEC_FS_NAME_LEN)) { in exfat_read_boot_sector()
|
| /fs/smb/server/ |
| A D | smb2pdu.h | 271 char *fs_name; member
|
| /fs/ceph/ |
| A D | mds_client.h | 84 char *fs_name; member
|
| A D | mds_client.c | 4221 cap_auths[i].match.fs_name = kcalloc(_len + 1, sizeof(char), in handle_session() 4223 if (!cap_auths[i].match.fs_name) { in handle_session() 4227 ceph_decode_copy(&p, cap_auths[i].match.fs_name, _len); in handle_session() 4235 cap_auths[i].match.path, cap_auths[i].match.fs_name, in handle_session() 4248 kfree(mdsc->s_cap_auths[i].match.fs_name); in handle_session() 4388 kfree(cap_auths[i].match.fs_name); in handle_session() 6025 kfree(mdsc->s_cap_auths[i].match.fs_name); in ceph_mdsc_stop()
|
Completed in 31 milliseconds