Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Ddquot.c268 static qsize_t inode_get_rsv_space(struct inode *inode);
1055 if (unlikely(inode_get_rsv_space(inode) > 0)) in add_dquot_ref()
1113 if (unlikely(inode_get_rsv_space(inode) > 0)) in remove_dquot_ref()
1551 rsv = inode_get_rsv_space(inode); in __dquot_initialize()
1667 static qsize_t inode_get_rsv_space(struct inode *inode) in inode_get_rsv_space() function