Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dsuper.c1062 struct nilfs_root *fsroot; in nilfs_fill_super() local
1089 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super()
1097 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super()
1102 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super()
1106 nilfs_put_root(fsroot); in nilfs_fill_super()
1120 nilfs_put_root(fsroot); in nilfs_fill_super()
/linux-4.4.14/security/smack/
Dsmack_lsm.c633 char *fsroot = NULL; in smack_parse_opts_str() local
675 if (fsroot) in smack_parse_opts_str()
677 fsroot = match_strdup(&args[0]); in smack_parse_opts_str()
678 if (!fsroot) in smack_parse_opts_str()
718 if (fsroot) { in smack_parse_opts_str()
719 opts->mnt_opts[num_mnt_opts] = fsroot; in smack_parse_opts_str()
738 kfree(fsroot); in smack_parse_opts_str()