Searched refs:xfs_qoff_logitem (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_dquot_item.h24 struct xfs_qoff_logitem;
33 typedef struct xfs_qoff_logitem { struct
35 struct xfs_qoff_logitem *qql_start_lip; /* qoff-start logitem, if any */
42 struct xfs_qoff_logitem *, uint);
44 struct xfs_qoff_logitem *, uint);
46 struct xfs_qoff_logitem *);
H A Dxfs_dquot_item.c338 static inline struct xfs_qoff_logitem *QOFF_ITEM(struct xfs_log_item *lip)
340 return container_of(lip, struct xfs_qoff_logitem, qql_item);
368 struct xfs_qoff_logitem *qflip = QOFF_ITEM(lip);
446 struct xfs_qoff_logitem *qfe = QOFF_ITEM(lip);
447 struct xfs_qoff_logitem *qfs = qfe->qql_start_lip;
499 struct xfs_qoff_logitem *
502 struct xfs_qoff_logitem *start,
505 struct xfs_qoff_logitem *qf;
507 qf = kmem_zalloc(sizeof(struct xfs_qoff_logitem), KM_SLEEP);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot_item.h24 struct xfs_qoff_logitem;
33 typedef struct xfs_qoff_logitem { struct
35 struct xfs_qoff_logitem *qql_start_lip; /* qoff-start logitem, if any */
42 struct xfs_qoff_logitem *, uint);
44 struct xfs_qoff_logitem *, uint);
46 struct xfs_qoff_logitem *);
H A Dxfs_dquot_item.c338 static inline struct xfs_qoff_logitem *QOFF_ITEM(struct xfs_log_item *lip)
340 return container_of(lip, struct xfs_qoff_logitem, qql_item);
368 struct xfs_qoff_logitem *qflip = QOFF_ITEM(lip);
446 struct xfs_qoff_logitem *qfe = QOFF_ITEM(lip);
447 struct xfs_qoff_logitem *qfs = qfe->qql_start_lip;
499 struct xfs_qoff_logitem *
502 struct xfs_qoff_logitem *start,
505 struct xfs_qoff_logitem *qf;
507 qf = kmem_zalloc(sizeof(struct xfs_qoff_logitem), KM_SLEEP);

Completed in 118 milliseconds