Home
last modified time | relevance | path

Searched refs:fsroot (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/nilfs2/
H A Dsuper.c1049 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-6.15/security/smack/
H A Dsmack_lsm.c80 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute)
551 const char *fsroot; member
595 if (opts->fsroot) in smack_add_opt()
597 opts->fsroot = skp->smk_known; in smack_add_opt()
685 dst->fsroot = src->fsroot; in smack_fs_context_dup()
843 if (opts->fsroot) { in smack_set_mnt_opts()
844 skp = smk_import_entry(opts->fsroot, 0); in smack_set_mnt_opts()