Searched refs:dotdot (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/freevxfs/ |
| H A D | vxfs_inode.h | 93 __fs32 dotdot; member 116 #define vdi_dotdot vdi_ftarea.dotdot 146 __u32 dotdot; member 158 #define vii_dotdot vii_ftarea.dotdot
|
| /linux/fs/xfs/scrub/ |
| H A D | nlinks.c | 230 bool dot = false, dotdot = false; in xchk_nlinks_collect_dirent() local 243 dotdot = true; in xchk_nlinks_collect_dirent() 269 * If this is a dotdot entry, it is a back link from dp to ino. How in xchk_nlinks_collect_dirent() 272 * The root directory is its own parent, so we pretend the dotdot entry in xchk_nlinks_collect_dirent() 281 if (dotdot) { in xchk_nlinks_collect_dirent() 296 if (!dot && !dotdot) { in xchk_nlinks_collect_dirent() 306 if (!dot && !dotdot && name->type == XFS_DIR3_FT_DIR) { in xchk_nlinks_collect_dirent() 430 * The dotdot entry of an unlinked directory still points to the last in xchk_nlinks_collect_dir() 703 * backreferences (dotdot entries) pointing towards this directory in xchk_nlinks_compare_inode() 738 * The number of subdirectory backreferences (dotdot entrie in xchk_nlinks_compare_inode() [all...] |
| /linux/Documentation/filesystems/ext4/ |
| H A D | directory.rst | 127 for dot and dotdot, which are kept the same. The structure follows immediately 269 - dotdot.inode 273 - dotdot.rec_len 278 - dotdot.name_len 282 - dotdot.file_type
|
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 182 let Some((dotdot, expr)) = rest else { 209 dotdot.span().join(expr.span()).unwrap_or(expr.span()),
|
| /linux/fs/nfs/ |
| H A D | nfs3proc.c | 213 const char dotdot[] = ".."; in nfs3_proc_lookupp() local 214 const size_t len = strlen(dotdot); in nfs3_proc_lookupp() 220 return __nfs3_proc_lookup(inode, dotdot, len, fhandle, fattr, in nfs3_proc_lookupp()
|