Searched refs:xfs_dquot (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_dquot_item.h9 struct xfs_dquot;
15 struct xfs_dquot *qli_dquot; /* dquot ptr */
19 void xfs_qm_dquot_logitem_init(struct xfs_dquot *dqp);
H A Dxfs_dquot.h62 struct xfs_dquot { struct
103 static inline void xfs_dqflock(struct xfs_dquot *dqp)
108 static inline bool xfs_dqflock_nowait(struct xfs_dquot *dqp)
113 static inline void xfs_dqfunlock(struct xfs_dquot *dqp)
118 static inline int xfs_dqlock_nowait(struct xfs_dquot *dqp)
123 static inline void xfs_dqlock(struct xfs_dquot *dqp)
128 static inline void xfs_dqunlock(struct xfs_dquot *dqp)
134 xfs_dquot_type(const struct xfs_dquot *dqp)
153 static inline struct xfs_dquot *xfs_inode_dquot(
172 const struct xfs_dquot *dq
[all...]
H A Dxfs_quota.h61 struct xfs_dquot *qt_dquot; /* the dquot this refers to */
103 struct xfs_mount *, struct xfs_dquot *,
104 struct xfs_dquot *, struct xfs_dquot *, int64_t, long, uint);
106 struct xfs_dquot *udqp, struct xfs_dquot *gdqp,
107 struct xfs_dquot *pdqp, int64_t dblocks);
110 prid_t, uint, struct xfs_dquot **, struct xfs_dquot **,
111 struct xfs_dquot **);
[all...]
H A Dxfs_dquot_item.c75 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot;
92 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot;
105 struct xfs_dquot *dqp)
125 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot;
175 struct xfs_dquot *dqp = DQUOT_ITEM(lip)->qli_dquot;
213 struct xfs_dquot *dqp)
H A Dxfs_icache.h60 int xfs_blockgc_free_dquots(struct xfs_mount *mp, struct xfs_dquot *udqp,
61 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
H A Dxfs_dquot.c51 struct xfs_dquot *dqp)
76 struct xfs_dquot *dqp)
94 struct xfs_dquot *dq)
182 struct xfs_dquot *dq)
286 xfs_dquot_set_prealloc_limits(struct xfs_dquot *dqp)
313 struct xfs_dquot *dqp,
431 struct xfs_dquot *dqp,
493 STATIC struct xfs_dquot *
499 struct xfs_dquot *dqp;
552 struct xfs_dquot *dq
[all...]
H A Dxfs_trans.h249 struct xfs_dquot;
257 struct xfs_dquot *udqp, struct xfs_dquot *gdqp,
258 struct xfs_dquot *pdqp, unsigned int dblocks,
260 int xfs_trans_alloc_ichange(struct xfs_inode *ip, struct xfs_dquot *udqp,
261 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, bool force,
H A Dxfs_qm.h10 #include "xfs_dquot.h"
123 extern void xfs_trans_mod_dquot(struct xfs_trans *tp, struct xfs_dquot *dqp,
125 extern void xfs_trans_dqjoin(struct xfs_trans *, struct xfs_dquot *);
126 extern void xfs_trans_log_dquot(struct xfs_trans *, struct xfs_dquot *);
H A Dxfs_trans_dquot.c32 struct xfs_dquot *dqp)
56 struct xfs_dquot *dqp)
155 struct xfs_dquot *dqp,
261 struct xfs_dquot *dqp)
298 struct xfs_dquot *dqp,
440 struct xfs_dquot *dqp)
471 struct xfs_dquot *dqp;
609 struct xfs_dquot *dqp)
639 struct xfs_dquot *dqp;
699 struct xfs_dquot *dq
[all...]
H A Dxfs_qm_bhv.c23 struct xfs_dquot *dqp)
62 struct xfs_dquot *dqp;
H A Dxfs_qm.c41 STATIC void xfs_qm_dqfree_one(struct xfs_dquot *dqp);
55 int (*execute)(struct xfs_dquot *dqp, void *data),
71 struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH];
84 struct xfs_dquot *dqp = batch[i];
123 struct xfs_dquot *dqp,
253 struct xfs_dquot **IO_idqpp)
255 struct xfs_dquot *dqp;
419 struct xfs_dquot *dqp = container_of(item,
420 struct xfs_dquot, q_lru);
527 struct xfs_dquot *dq
[all...]
H A Dxfs_symlink.c98 struct xfs_dquot *udqp = NULL;
99 struct xfs_dquot *gdqp = NULL;
100 struct xfs_dquot *pdqp = NULL;
H A Dxfs_qm_syscalls.c280 struct xfs_dquot *dqp;
401 const struct xfs_dquot *dqp,
454 struct xfs_dquot *dqp;
499 struct xfs_dquot *dqp;
H A Dxfs_inode.h22 struct xfs_dquot;
27 struct xfs_dquot *i_udquot; /* user dquot */
28 struct xfs_dquot *i_gdquot; /* group dquot */
29 struct xfs_dquot *i_pdquot; /* project dquot */
H A Dxfs_trans.c25 #include "xfs_dquot.h"
1309 struct xfs_dquot *udqp,
1310 struct xfs_dquot *gdqp,
1311 struct xfs_dquot *pdqp,
1352 struct xfs_dquot *new_udqp,
1353 struct xfs_dquot *new_gdqp,
1354 struct xfs_dquot *new_pdqp,
1360 struct xfs_dquot *udqp;
1361 struct xfs_dquot *gdqp;
1362 struct xfs_dquot *pdq
[all...]
H A DMakefile117 xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
H A Dxfs_inode.c1022 struct xfs_dquot *udqp = NULL;
1023 struct xfs_dquot *gdqp = NULL;
1024 struct xfs_dquot *pdqp = NULL;
1181 struct xfs_dquot *udqp = NULL;
1182 struct xfs_dquot *gdqp = NULL;
1183 struct xfs_dquot *pdqp = NULL;
/linux-master/fs/xfs/scrub/
H A Dquota.h34 int xchk_dquot_iter(struct xchk_dqiter *cursor, struct xfs_dquot **dqpp);
H A Ddqiterate.c150 struct xfs_dquot *dq;
173 struct xfs_dquot **dqpp)
176 struct xfs_dquot *dq = NULL;
H A Dquotacheck_repair.c47 struct xfs_dquot *dq)
149 struct xfs_dquot *dq;
H A Dquota.c84 struct xfs_dquot *dq,
142 struct xfs_dquot *dq)
303 struct xfs_dquot *dq;
H A Dquota_repair.c25 #include "xfs_dquot.h"
59 struct xfs_dquot *dq,
111 struct xfs_dquot *dq,
175 struct xfs_dquot *dq)
517 struct xfs_dquot *dq;
H A Dquotacheck.c97 * Part 1: Collecting dquot resource usage counts. For each xfs_dquot attached
540 * Part 2: Comparing dquot resource counters. Walk each xfs_dquot, comparing
543 * the xfs_dquot.
554 struct xfs_dquot *dq)
615 struct xfs_dquot *dq;
660 struct xfs_dquot *dq;
/linux-master/fs/xfs/libxfs/
H A Dxfs_quota_defs.h141 struct xfs_dquot;
144 __be32 xfs_dquot_to_disk_ts(struct xfs_dquot *ddq, time64_t timer);
H A Dxfs_dquot_buf.c283 .name = "xfs_dquot",
316 struct xfs_dquot *dqp,

Completed in 202 milliseconds

12