Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_buf.c77 flags = XFS_BUF_LOCK | XFS_BUF_MAPPED; in xfs_trans_get_buf()
299 flags = XFS_BUF_LOCK | XFS_BUF_MAPPED; in xfs_trans_read_buf()
Dxfs_inode.c243 error = xfs_imap_to_bp(mp, tp, &imap, &bp, XFS_BUF_LOCK, imap_flags); in xfs_inotobp()
801 XFS_BUF_LOCK, iget_flags); in xfs_iread()
1779 error = xfs_itobp(mp, tp, ip, &dip, &ibp, XFS_BUF_LOCK); in xfs_iunlink()
1861 error = xfs_itobp(mp, tp, ip, &dip, &ibp, XFS_BUF_LOCK); in xfs_iunlink_remove()
1923 error = xfs_itobp(mp, tp, ip, &dip, &ibp, XFS_BUF_LOCK); in xfs_iunlink_remove()
2067 XFS_BUF_LOCK); in xfs_ifree_cluster()
2178 error = xfs_itobp(ip->i_mount, tp, ip, &dip, &ibp, XFS_BUF_LOCK); in xfs_ifree()
2962 noblock ? XFS_BUF_TRYLOCK : XFS_BUF_LOCK); in xfs_iflush()
Dxfs_log_recover.c2205 XFS_BUF_LOCK); in xlog_recover_do_buffer_trans()
2308 in_f->ilf_len, XFS_BUF_LOCK); in xlog_recover_do_inode_trans()
3170 error = xfs_itobp(mp, NULL, ip, &dip, &ibp, XFS_BUF_LOCK); in xlog_recover_process_one_iunlink()
Dxfs_attr.c2012 blkcnt, XFS_BUF_LOCK, &bp); in xfs_attr_rmtval_get()
2144 blkcnt, XFS_BUF_LOCK); in xfs_attr_rmtval_set()
Dxfs_ialloc.c344 XFS_BUF_LOCK); in xfs_ialloc_ag_alloc()
Dxfs_mount.c488 extra_flags = XFS_BUF_LOCK | XFS_BUF_MANAGE | XFS_BUF_MAPPED; in xfs_readsb()
Dxfs_attr_leaf.c2959 dblkno, dblkcnt, XFS_BUF_LOCK); in xfs_attr_leaf_freextent()
/fs/xfs/linux-2.6/
Dxfs_buf.h270 #define XFS_BUF_LOCK XBF_LOCK macro