Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
A Dsuper.c1036 struct nilfs_root *fsroot; in nilfs_fill_super() local
1063 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super()
1072 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super()
1077 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super()
1081 nilfs_put_root(fsroot); in nilfs_fill_super()
1095 nilfs_put_root(fsroot); in nilfs_fill_super()
/linux/security/smack/
A Dsmack_lsm.c68 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute)
554 const char *fsdefault, *fsfloor, *fshat, *fsroot, *fstransmute; member
563 kfree(opts->fsroot); in smack_free_mnt_opts()
598 if (opts->fsroot) in smack_add_opt()
600 opts->fsroot = s; in smack_add_opt()
650 if (src->fsroot) { in smack_fs_context_dup()
651 dst->fsroot = kstrdup(src->fsroot, GFP_KERNEL); in smack_fs_context_dup()
652 if (!dst->fsroot) in smack_fs_context_dup()
822 if (opts->fsroot) { in smack_set_mnt_opts()
823 skp = smk_import_entry(opts->fsroot, 0); in smack_set_mnt_opts()

Completed in 12 milliseconds