Home
last modified time | relevance | path

Searched refs:fsroot (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsuper.c1068 struct nilfs_root *fsroot; in nilfs_fill_super() local
1095 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super()
1104 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super()
1109 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super()
1113 nilfs_put_root(fsroot); in nilfs_fill_super()
1127 nilfs_put_root(fsroot); in nilfs_fill_super()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsuper.c1069 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()
/kernel/linux/linux-5.10/security/smack/
H A Dsmack_lsm.c66 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()
[all...]
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_lsm.c78 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()

Completed in 13 milliseconds