Searched refs:xfs_dquot (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_quota.h | 288 struct xfs_dquot *qt_dquot; /* the dquot this refers to */ 312 struct xfs_mount *, struct xfs_dquot *, 313 struct xfs_dquot *, long, long, uint); 316 struct xfs_dquot **, struct xfs_dquot **); 318 struct xfs_dquot *, struct xfs_dquot *); 320 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *, 321 struct xfs_inode *, struct xfs_dquot **, struct xfs_dquot *); 323 struct xfs_dquot *, struct xfs_dquot *, uint); 327 extern void xfs_qm_dqrele(struct xfs_dquot *); 338 uint flags, struct xfs_dquot **udqp, struct xfs_dquot **gdqp) in xfs_qm_vop_dqalloc() [all …]
|
D | xfs_inode.h | 222 struct xfs_dquot; 233 struct xfs_dquot *i_udquot; /* user dquot */ 234 struct xfs_dquot *i_gdquot; /* group dquot */
|
D | Makefile | 29 xfs_dquot.o \
|
D | xfs_vnodeops.c | 68 struct xfs_dquot *udqp, *gdqp, *olddquot1, *olddquot2; in xfs_setattr() 1290 struct xfs_dquot *udqp = NULL; in xfs_create() 1291 struct xfs_dquot *gdqp = NULL; in xfs_create() 1957 struct xfs_dquot *udqp, *gdqp; in xfs_symlink()
|
/linux-2.6.39/fs/xfs/quota/ |
D | xfs_dquot_item.h | 21 struct xfs_dquot; 28 struct xfs_dquot *qli_dquot; /* dquot ptr */ 40 extern void xfs_qm_dquot_logitem_init(struct xfs_dquot *);
|
D | xfs_dquot_item.c | 88 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_pin() 105 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_unpin() 122 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_push() 162 struct xfs_dquot *dqp) in xfs_qm_dqunpin_wait() 191 struct xfs_dquot *dqp = qlip->qli_dquot; in xfs_qm_dquot_logitem_pushbuf() 231 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_trylock() 261 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot; in xfs_qm_dquot_logitem_unlock() 314 struct xfs_dquot *dqp) in xfs_qm_dquot_logitem_init()
|
D | xfs_dquot.h | 48 typedef struct xfs_dquot { struct 61 struct xfs_dquot*q_gdquot; /* group dquot, hint only */ argument
|
D | xfs_qm.c | 186 struct xfs_dquot *dqp, *n; in xfs_qm_destroy() 463 struct xfs_dquot *dqp; in xfs_qm_dqflush_all() 520 struct xfs_dquot *dqp, *gdqp; in xfs_qm_detach_gdquots() 561 struct xfs_dquot *dqp, *n; in xfs_qm_dqpurge_int() 928 struct xfs_dquot *dqp; in xfs_qm_sync() 1464 struct xfs_dquot *dqp; in xfs_qm_quotacheck_dqadjust() 2138 struct xfs_dquot **O_udqpp, in xfs_qm_vop_dqalloc() 2139 struct xfs_dquot **O_gdqpp) in xfs_qm_vop_dqalloc() 2142 struct xfs_dquot *uq, *gq; in xfs_qm_vop_dqalloc() 2427 struct xfs_dquot *udqp, in xfs_qm_vop_create_dqattach() [all …]
|
D | xfs_trans_dquot.c | 577 struct xfs_dquot *dqp, in xfs_quota_warn()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_ioctl.c | 909 struct xfs_dquot *udqp = NULL; in xfs_ioctl_setattr() 910 struct xfs_dquot *gdqp = NULL; in xfs_ioctl_setattr() 911 struct xfs_dquot *olddquot = NULL; in xfs_ioctl_setattr()
|
D | xfs_trace.h | 32 struct xfs_dquot; 680 TP_PROTO(struct xfs_dquot *dqp), 730 TP_PROTO(struct xfs_dquot *dqp), \
|