Lines Matching refs:type
302 int type, err = 0; in shmem_enable_quotas() local
305 for (type = 0; type < SHMEM_MAXQUOTAS; type++) { in shmem_enable_quotas()
306 if (!(quota_types & (1 << type))) in shmem_enable_quotas()
308 err = dquot_load_quota_sb(sb, type, QFMT_SHMEM, in shmem_enable_quotas()
318 type, err); in shmem_enable_quotas()
319 for (type--; type >= 0; type--) in shmem_enable_quotas()
320 dquot_quota_off(sb, type); in shmem_enable_quotas()
326 int type; in shmem_disable_quotas() local
328 for (type = 0; type < SHMEM_MAXQUOTAS; type++) in shmem_disable_quotas()
329 dquot_quota_off(sb, type); in shmem_disable_quotas()
1430 pgoff_t *indices, unsigned int type) in shmem_find_swap_entries() argument
1449 if (swp_type(entry) != type) in shmem_find_swap_entries()
1498 static int shmem_unuse_inode(struct inode *inode, unsigned int type) in shmem_unuse_inode() argument
1509 indices, type)) { in shmem_unuse_inode()
1529 int shmem_unuse(unsigned int type) in shmem_unuse() argument
1553 error = shmem_unuse_inode(&info->vfs_inode, type); in shmem_unuse()
5817 int shmem_unuse(unsigned int type) in shmem_unuse() argument