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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c179 int isdot; /* entry is "." */ local
217 isdot = dep->namelen == 1 && dep->name[0] == '.';
222 if (!isdot)
226 if (!isdot && !isdotdot) {

Completed in 133 milliseconds