Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dext4_jbd2.h92 #define EXT4_QUOTA_INIT_BLOCKS(sb) ((ext4_quota_capable(sb)) ?\ macro
101 #define EXT4_QUOTA_INIT_BLOCKS(sb) 0 macro
105 #define EXT4_MAXQUOTAS_INIT_BLOCKS(sb) (EXT4_MAXQUOTAS*EXT4_QUOTA_INIT_BLOCKS(sb))
H A Dioctl.c754 EXT4_QUOTA_INIT_BLOCKS(sb) + in ext4_ioctl_setproject()
H A Dsuper.c6882 EXT4_QUOTA_INIT_BLOCKS(dquot->dq_sb)); in ext4_acquire_dquot()