Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dsuper.c1059 struct nilfs_root *fsroot; in nilfs_fill_super() local
1086 err = nilfs_attach_checkpoint(sb, cno, true, &fsroot); in nilfs_fill_super()
1094 err = nilfs_attach_log_writer(sb, fsroot); in nilfs_fill_super()
1099 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super()
1103 nilfs_put_root(fsroot); in nilfs_fill_super()
1117 nilfs_put_root(fsroot); in nilfs_fill_super()