Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1159 type = IFTODT(le16_to_cpu(lt->lt_type)); in ll_dirent_type_get()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h956 #ifndef IFTODT
957 #define IFTODT(type) (((type) & S_IFMT) >> IFSHIFT) macro