Home
last modified time | relevance | path

Searched refs:fsname (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/tools/testing/selftests/proc/
H A Dproc-fsconfig-hidepid.c23 static inline int fsopen(const char *fsname, unsigned int flags) in fsopen() argument
25 return syscall(__NR_fsopen, fsname, flags); in fsopen()
/linux-6.15/tools/testing/selftests/filesystems/overlayfs/
H A Dwrappers.h12 static inline int sys_fsopen(const char *fsname, unsigned int flags) in sys_fsopen() argument
14 return syscall(__NR_fsopen, fsname, flags); in sys_fsopen()
/linux-6.15/fs/romfs/
H A Dsuper.c148 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-6.15/tools/testing/selftests/filesystems/
H A Dfile_stressor.c21 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-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c13 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 Dtoken.c31 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-6.15/fs/gfs2/
H A Dlock_dlm.c1309 const char *fsname; in gdlm_mount() local
1336 fsname = strchr(table, ':'); in gdlm_mount()
1337 if (!fsname) { in gdlm_mount()
1343 memcpy(cluster, table, strlen(table) - strlen(fsname)); in gdlm_mount()
1344 fsname++; in gdlm_mount()
1352 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
H A Dsys.c352 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
/linux-6.15/Documentation/filesystems/
H A Dgfs2-glocks.rst209 /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 Dgfs2-uevents.rst51 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
/linux-6.15/security/integrity/ima/
H A Dima_policy.c121 char *fsname; member
399 kfree(entry->fsname); in ima_free_rule()
602 && strcmp(rule->fsname, inode->i_sb->s_type->name)) in ima_match_rules()
1582 entry->fsname = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule()
1583 if (!entry->fsname) { in ima_parse_rule()
2131 snprintf(tbuf, sizeof(tbuf), "%s", entry->fsname); in ima_policy_show()
/linux-6.15/Documentation/ABI/testing/
H A Dima_policy25 base: [[func=] [mask=] [fsmagic=] [fsuuid=] [fsname=]