Searched refs:fsroot (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/nilfs2/ |
| D | super.c | 1036 struct nilfs_root *fsroot; in nilfs_fill_super() local 1063 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super() 1072 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super() 1077 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super() 1081 nilfs_put_root(fsroot); in nilfs_fill_super() 1095 nilfs_put_root(fsroot); in nilfs_fill_super()
|
| /Linux-v5.10/security/smack/ |
| D | smack_lsm.c | 66 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute) 569 const char *fsdefault, *fsfloor, *fshat, *fsroot, *fstransmute; member 578 kfree(opts->fsroot); in smack_free_mnt_opts() 613 if (opts->fsroot) in smack_add_opt() 615 opts->fsroot = s; in smack_add_opt() 665 if (src->fsroot) { in smack_fs_context_dup() 666 dst->fsroot = kstrdup(src->fsroot, GFP_KERNEL); in smack_fs_context_dup() 667 if (!dst->fsroot) in smack_fs_context_dup() 837 if (opts->fsroot) { in smack_set_mnt_opts() 838 skp = smk_import_entry(opts->fsroot, 0); in smack_set_mnt_opts()
|