Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dquotaops.h67 static __inline__ int DQUOT_PREALLOC_SPACE_NODIRTY(struct inode *inode, qsize_t nr) in DQUOT_PREALLOC_SPACE_NODIRTY() function
86 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() function
207 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))…