Searched refs:fsname (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/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()
|
/Linux-v5.4/fs/gfs2/ |
D | lock_dlm.c | 1199 const char *fsname; in gdlm_mount() local 1226 fsname = strchr(table, ':'); in gdlm_mount() 1227 if (!fsname) { in gdlm_mount() 1233 memcpy(cluster, table, strlen(table) - strlen(fsname)); in gdlm_mount() 1234 fsname++; in gdlm_mount() 1242 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
|
D | sys.c | 276 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
|
/Linux-v5.4/security/integrity/ima/ |
D | ima_policy.c | 81 char *fsname; member 394 && strcmp(rule->fsname, inode->i_sb->s_type->name)) in ima_match_rules() 1043 entry->fsname = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule() 1044 if (!entry->fsname) { in ima_parse_rule() 1416 snprintf(tbuf, sizeof(tbuf), "%s", entry->fsname); in ima_policy_show()
|
/Linux-v5.4/Documentation/filesystems/ |
D | gfs2-glocks.txt | 199 /sys/kernel/debug/gfs2/<fsname>/sbstats 201 /sys/kernel/debug/gfs2/<fsname>/glstats 204 that <fsname> is replaced with the name of the gfs2 filesystem
|
D | gfs2-uevents.txt | 45 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | ima_policy | 24 [euid=] [fowner=] [fsname=]]
|