Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dquota.c75 #define GFS2_QD_HASH_SIZE BIT(GFS2_QD_HASH_SHIFT) macro
76 #define GFS2_QD_HASH_MASK (GFS2_QD_HASH_SIZE - 1)
83 static struct hlist_bl_head qd_hash_table[GFS2_QD_HASH_SIZE];
1776 for(i = 0; i < GFS2_QD_HASH_SIZE; i++) in gfs2_quota_hash_init()

Completed in 6 milliseconds