Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Djffs2.c474 char *fsname; in do_jffs2_fsload() local
501 fsname = (cramfs_check(part) ? "CRAMFS" : "JFFS2"); in do_jffs2_fsload()
502 printf("### %s loading '%s' to 0x%lx\n", fsname, filename, offset); in do_jffs2_fsload()
513 fsname, size, offset); in do_jffs2_fsload()
516 printf("### %s LOAD ERROR<%x> for %s!\n", fsname, size, filename); in do_jffs2_fsload()
575 char *fsname; in do_jffs2_fsinfo() local
585 fsname = (cramfs_check(part) ? "CRAMFS" : "JFFS2"); in do_jffs2_fsinfo()
586 printf("### filesystem type is %s\n", fsname); in do_jffs2_fsinfo()
/openbmc/u-boot/fs/zfs/
H A Dzfs.c1308 get_filesystem_dnode(dnode_end_t *mosmdn, char *fsname, in get_filesystem_dnode() argument
1327 while (*fsname) { in get_filesystem_dnode()
1331 while (*fsname == '/') in get_filesystem_dnode()
1332 fsname++; in get_filesystem_dnode()
1334 if (!*fsname || *fsname == '@') in get_filesystem_dnode()
1337 cname = fsname; in get_filesystem_dnode()
1338 while (*fsname && !isspace(*fsname) && *fsname != '/') in get_filesystem_dnode()
1339 fsname++; in get_filesystem_dnode()
1340 ch = *fsname; in get_filesystem_dnode()
1341 *fsname = 0; in get_filesystem_dnode()
[all …]
/openbmc/linux/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()
/openbmc/linux/fs/romfs/
H A 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()
/openbmc/linux/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()
/openbmc/linux/fs/gfs2/
H A Dlock_dlm.c1272 const char *fsname; in gdlm_mount() local
1299 fsname = strchr(table, ':'); in gdlm_mount()
1300 if (!fsname) { in gdlm_mount()
1306 memcpy(cluster, table, strlen(table) - strlen(fsname)); in gdlm_mount()
1307 fsname++; in gdlm_mount()
1315 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
H A Dsys.c352 GFS2_ATTR(fsname, 0444, fsname_show, NULL);
/openbmc/linux/Documentation/filesystems/
H A Dgfs2-glocks.rst212 /sys/kernel/debug/gfs2/<fsname>/sbstats
216 /sys/kernel/debug/gfs2/<fsname>/glstats
219 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.
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c121 char *fsname; member
398 kfree(entry->fsname); in ima_free_rule()
601 && strcmp(rule->fsname, inode->i_sb->s_type->name)) in ima_match_rules()
1580 entry->fsname = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule()
1581 if (!entry->fsname) { in ima_parse_rule()
2129 snprintf(tbuf, sizeof(tbuf), "%s", entry->fsname); in ima_policy_show()
/openbmc/linux/Documentation/ABI/testing/
H A Dima_policy25 base: [[func=] [mask=] [fsmagic=] [fsuuid=] [fsname=]