| /linux/tools/testing/selftests/proc/ |
| H A D | proc-fsconfig-hidepid.c | 23 static inline int fsopen(const char *fsname, unsigned int flags) in fsopen() argument 25 return syscall(__NR_fsopen, fsname, flags); in fsopen()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | gfs2-glocks.rst | 176 /sys/kernel/debug/gfs2/<fsname>/sbstats 180 /sys/kernel/debug/gfs2/<fsname>/glstats 182 (假设 debugfs 挂载于 /sys/kernel/debug,且 <fsname> 替
|
| H A D | gfs2-uevents.rst | 51 gfs_controld 通过 /sys/fs/gfs2/<fsname>/lock_module/recovery 文件
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | wrappers.h | 16 static inline int sys_fsopen(const char *fsname, unsigned int flags) in sys_fsopen() argument 18 return syscall(__NR_fsopen, fsname, flags); in sys_fsopen()
|
| H A D | file_stressor.c | 21 static inline int sys_fsopen(const char *fsname, unsigned int flags) in sys_fsopen() argument 23 return syscall(__NR_fsopen, fsname, flags); in sys_fsopen()
|
| /linux/fs/romfs/ |
| H A D | super.c | 148 char fsname[ROMFS_MAXFN]; /* XXX dynamic? */ in romfs_readdir() local 177 sizeof(fsname) - 1); in romfs_readdir() 181 ret = romfs_dev_read(i->i_sb, offset + ROMFH_SIZE, fsname, j); in romfs_readdir() 184 fsname[j] = '\0'; in romfs_readdir() 190 if (!dir_emit(ctx, fsname, j, ino, in romfs_readdir()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_pinning.c | 13 static inline int sys_fsopen(const char *fsname, unsigned flags) in sys_fsopen() argument 15 return syscall(__NR_fsopen, fsname, flags); in sys_fsopen()
|
| H A D | token.c | 31 static inline int sys_fsopen(const char *fsname, unsigned flags) in sys_fsopen() argument 33 return syscall(__NR_fsopen, fsname, flags); in sys_fsopen()
|
| /linux/fs/gfs2/ |
| H A D | lock_dlm.c | 1299 const char *fsname; in gdlm_mount() local 1327 fsname = strchr(table, ':'); in gdlm_mount() 1328 if (!fsname) { in gdlm_mount() 1334 memcpy(cluster, table, strlen(table) - strlen(fsname)); in gdlm_mount() 1335 fsname++; in gdlm_mount() 1344 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
|
| H A D | sys.c | 344 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
|
| /linux/Documentation/filesystems/gfs2/ |
| H A D | glocks.rst | 209 /sys/kernel/debug/gfs2/<fsname>/sbstats 213 /sys/kernel/debug/gfs2/<fsname>/glstats 216 that <fsname> is replaced with the name of the gfs2 filesystem
|
| H A D | uevents.rst | 51 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 123 char *fsname; member 403 kfree(entry->fsname); in ima_free_rule() 607 && strcmp(rule->fsname, inode->i_sb->s_type->name)) in ima_match_rules() 1605 entry->fsname = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule() 1606 if (!entry->fsname) { in ima_parse_rule() 2172 snprintf(tbuf, sizeof(tbuf), "%s", entry->fsname); in ima_policy_show()
|
| /linux/Documentation/ABI/testing/ |
| H A D | ima_policy | 25 base: [[func=] [mask=] [fsmagic=] [fsuuid=] [fsname=]
|