Home
last modified time | relevance | path

Searched refs:dotdot (Results 1 – 8 of 8) sorted by relevance

/linux/fs/freevxfs/
H A Dvxfs_inode.h93 __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 Dnlinks.c230 bool dot = false, dotdot = false; in xchk_nlinks_collect_dirent() local
243 dotdot = true; 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()
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst127 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 Dinit.rs186 let Some((dotdot, expr)) = rest else {
213 dotdot.span().join(expr.span()).unwrap_or(expr.span()),
/linux/fs/nfs/
H A Dnfs3proc.c212 const char dotdot[] = ".."; in nfs3_proc_lookupp() local
213 const size_t len = strlen(dotdot); in nfs3_proc_lookupp()
219 return __nfs3_proc_lookup(inode, dotdot, len, fhandle, fattr, in nfs3_proc_lookupp()
/linux/fs/f2fs/
H A Ddir.c501 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() local
507 f2fs_update_dentry(parent->i_ino, parent->i_mode, d, &dotdot, 0, 1); in f2fs_do_make_empty_dir()
/linux/fs/ext4/
H A Dnamei.c251 struct fake_dirent dotdot; member
2182 fde = &root->dotdot; in ext4_check_dx_root()
2247 fde = &root->dotdot; in make_indexed_dir()
2281 de = (struct ext4_dir_entry_2 *) (&root->dotdot); in make_indexed_dir()
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1385 e. If the child is a subdirectory, does the child's dotdot pointer point
3309 Online fsck must verify that the dotdot dirent of a directory points up to a
3317 The child directory is kept locked to prevent updates to the dotdot dirent, but
3320 If the dotdot entry changes while the directory is unlocked, then a move or
3569 1. If the entry is a dotdot (``'..'``) entry of the root directory, the
3570 directory's parent link count is bumped because the root directory's dotdot
3573 2. If the entry is a dotdot entry of a subdirectory, the parent's backref
3576 3. If the entry is neither a dot nor a dotdot entry, the target file's parent
3586 Furthermore, a subdirectory A with a dotdot entry pointing back to B is
3587 accounted as a backref counter in the shadow data for A, since child dotdot
[all …]