Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dquotaops.h78 inode_add_bytes(inode, nr); in DQUOT_PREALLOC_SPACE_NODIRTY()
102 inode_add_bytes(inode, nr); in DQUOT_ALLOC_SPACE_NODIRTY()
200 inode_add_bytes(inode, nr); in DQUOT_PREALLOC_SPACE_NODIRTY()
215 inode_add_bytes(inode, nr); in DQUOT_ALLOC_SPACE_NODIRTY()
Dfs.h526 static inline void inode_add_bytes(struct inode *inode, loff_t bytes) in inode_add_bytes() function
/linux-2.4.37.9/fs/
Ddquot.c1043 inode_add_bytes(inode, number); in dquot_alloc_space()