Searched refs:sb_start_intwrite (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/gfs2/
H A Dtrans.c76 sb_start_intwrite(sdp->sd_vfs);
/linux-master/fs/f2fs/
H A Dinode.c847 sb_start_intwrite(inode->i_sb);
H A Dsuper.c1458 sb_start_intwrite(inode->i_sb);
H A Dsegment.c1926 sb_start_intwrite(sbi->sb);
/linux-master/fs/xfs/
H A Dxfs_trans.c259 * by doing GFP_KERNEL allocations inside sb_start_intwrite().
264 sb_start_intwrite(mp->m_super);
/linux-master/fs/ext2/
H A Dinode.c87 sb_start_intwrite(inode->i_sb);
/linux-master/fs/ocfs2/
H A Djournal.c348 sb_start_intwrite(osb->sb);
/linux-master/fs/btrfs/
H A Dtransaction.c685 * waiting on this guy, so we don't need to do the sb_start_intwrite
691 * transaction and commit it, so we needn't do sb_start_intwrite().
694 sb_start_intwrite(fs_info->sb);
/linux-master/fs/nilfs2/
H A Dsegment.c220 sb_start_intwrite(sb);
/linux-master/include/linux/
H A Dfs.h1833 * sb_start_intwrite - get write access to a superblock for internal fs purposes
1840 * For example filesystem can call sb_start_intwrite() when starting a
1845 static inline void sb_start_intwrite(struct super_block *sb) function
/linux-master/fs/ext4/
H A Dinode.c212 sb_start_intwrite(inode->i_sb);

Completed in 260 milliseconds