Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c180 int isdotdot; /* entry is ".." */ in xfs_dir2_block_sfsize() local
218 isdotdot = in xfs_dir2_block_sfsize()
226 if (!isdot && !isdotdot) { in xfs_dir2_block_sfsize()
229 } else if (isdotdot) in xfs_dir2_block_sfsize()
/openbmc/linux/fs/udf/
H A Dnamei.c58 int isdotdot = child->len == 2 && in udf_fiiter_find_entry() local
80 isdotdot) in udf_fiiter_find_entry()