Searched refs:fsroot (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/fs/nilfs2/ |
D | super.c | 1037 struct nilfs_root *fsroot; in nilfs_fill_super() local 1064 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super() 1073 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super() 1078 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super() 1082 nilfs_put_root(fsroot); in nilfs_fill_super() 1096 nilfs_put_root(fsroot); in nilfs_fill_super()
|
/linux-5.19.10/security/smack/ |
D | smack_lsm.c | 69 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute) 555 const char *fsdefault, *fsfloor, *fshat, *fsroot, *fstransmute; member 564 kfree(opts->fsroot); in smack_free_mnt_opts() 599 if (opts->fsroot) in smack_add_opt() 601 opts->fsroot = s; in smack_add_opt() 651 if (src->fsroot) { in smack_fs_context_dup() 652 dst->fsroot = kstrdup(src->fsroot, GFP_KERNEL); in smack_fs_context_dup() 653 if (!dst->fsroot) in smack_fs_context_dup() 823 if (opts->fsroot) { in smack_set_mnt_opts() 824 skp = smk_import_entry(opts->fsroot, 0); in smack_set_mnt_opts()
|