Searched refs:fsname (Results 1 – 8 of 8) sorted by relevance
/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/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 | 30 static inline int sys_fsopen(const char *fsname, unsigned flags) in sys_fsopen() argument 32 return syscall(__NR_fsopen, fsname, flags); in sys_fsopen()
|
/linux/Documentation/filesystems/ |
H A D | gfs2-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 | gfs2-uevents.rst | 51 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
|
/linux/Documentation/ABI/testing/ |
H A D | ima_policy | 25 base: [[func=] [mask=] [fsmagic=] [fsuuid=] [fsname=]
|
/linux/fs/gfs2/ |
H A D | sys.c | 352 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
|