Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap.c98 xfs_bmalloca_t *ap); /* bmap alloc argument struct */
2022 xfs_bmalloca_t *ap) /* bmap alloc argument struct */ in xfs_bmap_adjacent() argument
2037 mp = ap->ip->i_mount; in xfs_bmap_adjacent()
2038 nullfb = *ap->firstblock == NULLFSBLOCK; in xfs_bmap_adjacent()
2039 rt = XFS_IS_REALTIME_INODE(ap->ip) && ap->userdata; in xfs_bmap_adjacent()
2040 fb_agno = nullfb ? NULLAGNUMBER : XFS_FSB_TO_AGNO(mp, *ap->firstblock); in xfs_bmap_adjacent()
2045 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && in xfs_bmap_adjacent()
2046 !isnullstartblock(ap->prev.br_startblock) && in xfs_bmap_adjacent()
2047 ISVALID(ap->prev.br_startblock + ap->prev.br_blockcount, in xfs_bmap_adjacent()
2048 ap->prev.br_startblock)) { in xfs_bmap_adjacent()
[all …]
Dxfs_filestream.c671 xfs_bmalloca_t *ap, in xfs_filestream_new_ag() argument
682 ip = ap->ip; in xfs_filestream_new_ag()
685 minlen = ap->length; in xfs_filestream_new_ag()
763 flags = (ap->userdata ? XFS_PICK_USERDATA : 0) | in xfs_filestream_new_ag()
764 (ap->flist->xbf_low ? XFS_PICK_LOWSPACE : 0); in xfs_filestream_new_ag()
Dxfs_filestream.h59 int xfs_filestream_new_ag(struct xfs_bmalloca *ap, xfs_agnumber_t *agp);
Dxfs_ioctl.c1216 xfs_getbmap_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmap_format() argument
1218 struct getbmap __user *base = *ap; in xfs_getbmap_format()
1224 *ap += sizeof(struct getbmap); in xfs_getbmap_format()
1260 xfs_getbmapx_format(void **ap, struct getbmapx *bmv, int *full) in xfs_getbmapx_format() argument
1262 struct getbmapx __user *base = *ap; in xfs_getbmapx_format()
1267 *ap += sizeof(struct getbmapx); in xfs_getbmapx_format()
Dxfs_buf.c1684 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp() local
1688 diff = ap->b_bn - bp->b_bn; in xfs_buf_cmp()
/fs/
Dcompat.c61 va_list ap; in compat_printk() local
65 va_start(ap, fmt); in compat_printk()
66 ret = vprintk(fmt, ap); in compat_printk()
67 va_end(ap); in compat_printk()