Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h43 void inode_sub_rsv_space(struct inode *inode, qsize_t number);
/linux-4.4.14/fs/quota/
Ddquot.c1589 void inode_sub_rsv_space(struct inode *inode, qsize_t number) in inode_sub_rsv_space() function
1595 EXPORT_SYMBOL(inode_sub_rsv_space);
1621 inode_sub_rsv_space(inode, number); in inode_decr_space()