Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dquota.h328 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */ member
/linux/mm/
H A Dshmem_quota.c344 .acquire_dquot = shmem_acquire_dquot,
/linux/fs/quota/
H A Ddquot.c1002 err = sb->dq_op->acquire_dquot(dquot); in dqget()
2156 .acquire_dquot = dquot_acquire,
/linux/fs/ext4/
H A Dsuper.c1654 .acquire_dquot = ext4_acquire_dquot,