Searched refs:fsname (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
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()
|
/kernel/linux/linux-5.10/fs/romfs/ |
D | super.c | 157 char fsname[ROMFS_MAXFN]; /* XXX dynamic? */ in romfs_readdir() local 186 sizeof(fsname) - 1); in romfs_readdir() 190 ret = romfs_dev_read(i->i_sb, offset + ROMFH_SIZE, fsname, j); in romfs_readdir() 193 fsname[j] = '\0'; in romfs_readdir() 199 if (!dir_emit(ctx, fsname, j, ino, in romfs_readdir()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | lock_dlm.c | 1252 const char *fsname; in gdlm_mount() local 1279 fsname = strchr(table, ':'); in gdlm_mount() 1280 if (!fsname) { in gdlm_mount() 1286 memcpy(cluster, table, strlen(table) - strlen(fsname)); in gdlm_mount() 1287 fsname++; in gdlm_mount() 1295 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
|
D | sys.c | 277 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | ima_policy.c | 86 char *fsname; member 346 kfree(entry->fsname); in ima_free_rule() 523 && strcmp(rule->fsname, inode->i_sb->s_type->name)) in ima_match_rules() 1306 entry->fsname = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule() 1307 if (!entry->fsname) { in ima_parse_rule() 1709 snprintf(tbuf, sizeof(tbuf), "%s", entry->fsname); in ima_policy_show()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | gfs2-glocks.rst | 213 /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
|
D | gfs2-uevents.rst | 51 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | ima_policy | 26 [euid=] [fowner=] [fsname=]]
|