Searched refs:fsroot (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/nilfs2/ |
| D | super.c | 1034 struct nilfs_root *fsroot; in nilfs_fill_super() local 1061 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super() 1070 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super() 1075 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super() 1079 nilfs_put_root(fsroot); in nilfs_fill_super() 1093 nilfs_put_root(fsroot); in nilfs_fill_super()
|
| /Linux-v5.4/security/smack/ |
| D | smack_lsm.c | 69 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute) 573 const char *fsdefault, *fsfloor, *fshat, *fsroot, *fstransmute; member 582 kfree(opts->fsroot); in smack_free_mnt_opts() 617 if (opts->fsroot) in smack_add_opt() 619 opts->fsroot = s; in smack_add_opt() 669 if (src->fsroot) { in smack_fs_context_dup() 670 dst->fsroot = kstrdup(src->fsroot, GFP_KERNEL); in smack_fs_context_dup() 671 if (!dst->fsroot) in smack_fs_context_dup() 846 if (opts->fsroot) { in smack_set_mnt_opts() 847 skp = smk_import_entry(opts->fsroot, 0); in smack_set_mnt_opts()
|