Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dquotaops.h13 #define DQUOT_SPACE_RESERVE 0x2 macro
228 if (!(flags & DQUOT_SPACE_RESERVE)) in __dquot_alloc_space()
236 if (!(flags & DQUOT_SPACE_RESERVE)) in __dquot_free_space()
338 DQUOT_SPACE_WARN|DQUOT_SPACE_RESERVE); in dquot_reserve_block()
381 __dquot_free_space(inode, nr << inode->i_blkbits, DQUOT_SPACE_RESERVE); in dquot_release_reservation_block()
/linux-4.1.27/fs/quota/
Ddquot.c1624 int reserve = flags & DQUOT_SPACE_RESERVE; in __dquot_alloc_space()
1779 int reserve = flags & DQUOT_SPACE_RESERVE, index; in __dquot_free_space()