Searched refs:dotdot (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/reiserfs/ |
| A D | dir.c | 284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local 288 dotdot = dot + 1; in make_empty_dir_item_v1() 300 put_deh_offset(dotdot, DOT_DOT_OFFSET); in make_empty_dir_item_v1() 303 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item_v1() 304 dotdot->deh_objectid = par_objid; in make_empty_dir_item_v1() 307 mark_de_visible(dotdot); in make_empty_dir_item_v1() 318 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item() local 322 dotdot = dot + 1; in make_empty_dir_item() 337 dotdot->deh_dir_id = par_dirid; in make_empty_dir_item() 338 dotdot->deh_objectid = par_objid; in make_empty_dir_item() [all …]
|
| /linux/fs/freevxfs/ |
| 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/ |
| A D | nlinks.c | 230 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/ |
| 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/fs/nfs/ |
| 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()
|
| /linux/fs/f2fs/ |
| A D | dir.c | 461 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() local 467 f2fs_update_dentry(parent->i_ino, parent->i_mode, d, &dotdot, 0, 1); in f2fs_do_make_empty_dir()
|
| /linux/fs/ext4/ |
| A D | namei.c | 251 struct fake_dirent dotdot; member 2201 fde = &root->dotdot; in ext4_check_dx_root() 2266 fde = &root->dotdot; in make_indexed_dir() 2300 de = (struct ext4_dir_entry_2 *) (&root->dotdot); in make_indexed_dir()
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-online-fsck-design.rst | 1422 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 …]
|
Completed in 29 milliseconds