Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsegment.h226 extern int nilfs_construct_segment(struct super_block *);
H A Dfile.c35 err = nilfs_construct_segment(inode->i_sb); in nilfs_sync_file()
H A Dsuper.c468 ret = nilfs_construct_segment(sb); in nilfs_resize_fs()
534 err = nilfs_construct_segment(sb); in nilfs_sync_fs()
H A Dioctl.c966 ret = nilfs_construct_segment(inode->i_sb);
H A Dsegment.c285 err = nilfs_construct_segment(sb); in nilfs_transaction_commit()
2319 * nilfs_construct_segment - construct a logical segment
2330 int nilfs_construct_segment(struct super_block *sb) in nilfs_construct_segment()
2328 int nilfs_construct_segment(struct super_block *sb) nilfs_construct_segment() function