Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/fs/f2fs/
H A Ddir.c484 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() local
490 f2fs_update_dentry(parent->i_ino, parent->i_mode, d, &dotdot, 0, 1); in f2fs_do_make_empty_dir()
/linux-6.15/fs/ext4/
H A Dnamei.c251 struct fake_dirent dotdot; member
2186 fde = &root->dotdot; in ext4_check_dx_root()
2251 fde = &root->dotdot; in make_indexed_dir()
2285 de = (struct ext4_dir_entry_2 *) (&root->dotdot); in make_indexed_dir()
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1422 e. If the child is a subdirectory, does the child's dotdot pointer point
3431 Online fsck must verify that the dotdot dirent of a directory points up to a
3442 If the dotdot entry changes while the directory is unlocked, then a move or
3706 1. If the entry is a dotdot (``'..'``) entry of the root directory, the
3710 2. If the entry is a dotdot entry of a subdirectory, the parent's backref
3713 3. If the entry is neither a dot nor a dotdot entry, the target file's parent
3723 Furthermore, a subdirectory A with a dotdot entry pointing back to B is
3724 accounted as a backref counter in the shadow data for A, since child dotdot
3734 links pointing to child subdirectories and the number of dotdot entries
4402 If the dotdot entry is not unreadable, try to confirm that the alleged
[all …]