Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dquotaops.h14 #define DQUOT_SPACE_RESERVE 0x2 macro
245 if (!(flags & DQUOT_SPACE_RESERVE)) in __dquot_alloc_space()
253 if (!(flags & DQUOT_SPACE_RESERVE)) in __dquot_free_space()
355 DQUOT_SPACE_WARN|DQUOT_SPACE_RESERVE); in dquot_reserve_block()
398 __dquot_free_space(inode, nr << inode->i_blkbits, DQUOT_SPACE_RESERVE); in dquot_release_reservation_block()
/kernel/linux/linux-5.10/fs/quota/
Ddquot.c1669 int reserve = flags & DQUOT_SPACE_RESERVE; in __dquot_alloc_space()
1869 int reserve = flags & DQUOT_SPACE_RESERVE, index; in __dquot_free_space()