Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/proc/
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.1.9/fs/romfs/
Dsuper.c158 char fsname[ROMFS_MAXFN]; /* XXX dynamic? */ in romfs_readdir() local
187 sizeof(fsname) - 1); in romfs_readdir()
191 ret = romfs_dev_read(i->i_sb, offset + ROMFH_SIZE, fsname, j); in romfs_readdir()
194 fsname[j] = '\0'; in romfs_readdir()
200 if (!dir_emit(ctx, fsname, j, ino, in romfs_readdir()
/linux-6.1.9/fs/gfs2/
Dlock_dlm.c1268 const char *fsname; in gdlm_mount() local
1295 fsname = strchr(table, ':'); in gdlm_mount()
1296 if (!fsname) { in gdlm_mount()
1302 memcpy(cluster, table, strlen(table) - strlen(fsname)); in gdlm_mount()
1303 fsname++; in gdlm_mount()
1311 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
Dsys.c342 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
/linux-6.1.9/Documentation/filesystems/
Dgfs2-glocks.rst213 /sys/kernel/debug/gfs2/<fsname>/sbstats
217 /sys/kernel/debug/gfs2/<fsname>/glstats
220 that <fsname> is replaced with the name of the gfs2 filesystem
Dgfs2-uevents.rst51 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
/linux-6.1.9/security/integrity/ima/
Dima_policy.c97 char *fsname; member
374 kfree(entry->fsname); in ima_free_rule()
575 && strcmp(rule->fsname, inode->i_sb->s_type->name)) in ima_match_rules()
1546 entry->fsname = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule()
1547 if (!entry->fsname) { in ima_parse_rule()
2099 snprintf(tbuf, sizeof(tbuf), "%s", entry->fsname); in ima_policy_show()
/linux-6.1.9/Documentation/ABI/testing/
Dima_policy25 base: [[func=] [mask=] [fsmagic=] [fsuuid=] [fsname=]