Searched refs:dir_fh_totlen (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/notify/fanotify/
H A Dfanotify.h42 u8 dir_fh_totlen; member in struct:fanotify_info
51 * (optional) dir2_fh starts at buf[dir_fh_totlen]
52 * (optional) file_fh starts at buf[dir_fh_totlen + dir2_fh_totlen]
53 * name starts at buf[dir_fh_totlen + dir2_fh_totlen + file_fh_totlen]
56 #define FANOTIFY_DIR_FH_SIZE(info) ((info)->dir_fh_totlen)
109 if (!info->dir_fh_totlen ||
110 WARN_ON_ONCE(info->dir_fh_totlen < FANOTIFY_FH_HDR_LEN))
113 return info->dir_fh_totlen - FANOTIFY_FH_HDR_LEN;
172 info->dir_fh_totlen = 0;
189 info->dir_fh_totlen
[all...]
H A Dfanotify.c72 if (info1->dir_fh_totlen != info2->dir_fh_totlen ||
79 if (info1->dir_fh_totlen &&
111 if (!info1->dir_fh_totlen)

Completed in 261 milliseconds