Searched refs:fsroot (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/nilfs2/ |
D | super.c | 1069 struct nilfs_root *fsroot; in nilfs_fill_super() local 1096 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super() 1105 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super() 1110 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super() 1114 nilfs_put_root(fsroot); in nilfs_fill_super() 1128 nilfs_put_root(fsroot); in nilfs_fill_super()
|
/linux-6.6.21/security/smack/ |
D | smack_lsm.c | 78 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute) 565 const char *fsroot; member 609 if (opts->fsroot) in smack_add_opt() 611 opts->fsroot = skp->smk_known; in smack_add_opt() 699 dst->fsroot = src->fsroot; in smack_fs_context_dup() 857 if (opts->fsroot) { in smack_set_mnt_opts() 858 skp = smk_import_entry(opts->fsroot, 0); in smack_set_mnt_opts()
|