Searched refs:xfs_getsb (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_buf.c198 return (xfs_getsb(mp, flags));
217 bp = xfs_getsb(mp, flags);
H A Dxfs_mount.c1163 sbp = xfs_getsb(mp, 0);
1555 * xfs_getsb() is called to obtain the buffer for the superblock.
1564 xfs_getsb( function
1594 * Use xfs_getsb() so that the buffer will be locked
1597 bp = xfs_getsb(mp, 0);
H A Dxfs_mount.h618 extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int);
H A Dxfs_vfsops.c1465 bp = xfs_getsb(mp, XFS_BUF_TRYLOCK);
1481 bp = xfs_getsb(mp, 0);
H A Dxfs_log_recover.c3830 bp = xfs_getsb(log->l_mp, 0);
4019 sbbp = xfs_getsb(mp, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_super.c268 xfs_buf_t *sbp = xfs_getsb(mp, 0);

Completed in 173 milliseconds