Searched refs:fsroot (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | super.c | 1049 struct nilfs_root *fsroot; in nilfs_fill_super() local 1084 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super() 1093 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super() 1098 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super() 1102 nilfs_put_root(fsroot); in nilfs_fill_super() 1116 nilfs_put_root(fsroot); in nilfs_fill_super()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 79 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute) 550 const char *fsroot; member 594 if (opts->fsroot) in smack_add_opt() 596 opts->fsroot = skp->smk_known; in smack_add_opt() 684 dst->fsroot = src->fsroot; in smack_fs_context_dup() 842 if (opts->fsroot) { in smack_set_mnt_opts() 843 skp = smk_import_entry(opts->fsroot, 0); in smack_set_mnt_opts()
|