Searched refs:DQUOT_PREALLOC_SPACE_NODIRTY (Results 1 – 1 of 1) sorted by relevance
67 static __inline__ int DQUOT_PREALLOC_SPACE_NODIRTY(struct inode *inode, qsize_t nr) in DQUOT_PREALLOC_SPACE_NODIRTY() function86 if (!(ret = DQUOT_PREALLOC_SPACE_NODIRTY(inode, nr))) in DQUOT_PREALLOC_SPACE()197 extern __inline__ int DQUOT_PREALLOC_SPACE_NODIRTY(struct inode *inode, qsize_t nr) in DQUOT_PREALLOC_SPACE_NODIRTY() function207 DQUOT_PREALLOC_SPACE_NODIRTY(inode, nr); in DQUOT_PREALLOC_SPACE()242 #define DQUOT_PREALLOC_BLOCK_NODIRTY(inode, nr) DQUOT_PREALLOC_SPACE_NODIRTY(inode, ((qsize_t)(nr))…