Searched refs:dotdot (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/reiserfs/ |
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() 305 dotdot->deh_state = 0; /* Endian safe if 0 */ in make_empty_dir_item_v1() 306 put_deh_location(dotdot, deh_location(dot) - strlen("..")); in make_empty_dir_item_v1() 307 mark_de_visible(dotdot); in make_empty_dir_item_v1() 311 memcpy(body + deh_location(dotdot), "..", 2); in make_empty_dir_item_v1() 318 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item() local [all …]
|
/linux-6.6.21/fs/freevxfs/ |
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-6.6.21/Documentation/filesystems/ext4/ |
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-6.6.21/fs/nfs/ |
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-6.6.21/fs/f2fs/ |
D | namei.c | 462 struct qstr dotdot = QSTR_INIT("..", 2); in __recover_dot_dentries() local 500 de = f2fs_find_entry(dir, &dotdot, &page); in __recover_dot_dentries() 506 err = f2fs_do_add_link(dir, &dotdot, NULL, pino, S_IFDIR); in __recover_dot_dentries()
|
D | dir.c | 503 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() local 509 f2fs_update_dentry(parent->i_ino, parent->i_mode, d, &dotdot, 0, 1); in f2fs_do_make_empty_dir()
|
/linux-6.6.21/fs/ext4/ |
D | namei.c | 250 struct fake_dirent dotdot; member 2258 fde = &root->dotdot; in make_indexed_dir() 2298 de = (struct ext4_dir_entry_2 *) (&root->dotdot); in make_indexed_dir()
|
/linux-6.6.21/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 1422 e. If the child is a subdirectory, does the child's dotdot pointer point 3438 Online fsck must verify that the dotdot dirent of a directory points up to a 3446 The child directory is kept locked to prevent updates to the dotdot dirent, but 3449 If the dotdot entry changes while the directory is unlocked, then a move or 3713 1. If the entry is a dotdot (``'..'``) entry of the root directory, the 3714 directory's parent link count is bumped because the root directory's dotdot 3717 2. If the entry is a dotdot entry of a subdirectory, the parent's backref 3720 3. If the entry is neither a dot nor a dotdot entry, the target file's parent 3730 Furthermore, a subdirectory A with a dotdot entry pointing back to B is 3731 accounted as a backref counter in the shadow data for A, since child dotdot [all …]
|