Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dexport.c27 #define GFS2_SMALL_FH_SIZE 4 macro
41 } else if (*len < GFS2_SMALL_FH_SIZE) { in gfs2_encode_fh()
42 *len = GFS2_SMALL_FH_SIZE; in gfs2_encode_fh()
50 *len = GFS2_SMALL_FH_SIZE; in gfs2_encode_fh()
154 case GFS2_SMALL_FH_SIZE: in gfs2_fh_to_dentry()
157 if (fh_len < GFS2_SMALL_FH_SIZE) in gfs2_fh_to_dentry()