Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Ddir.c284 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 …]
/openbmc/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
/openbmc/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
/openbmc/linux/fs/nfs/
H A Dnfs3proc.c213 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()
/openbmc/linux/fs/f2fs/
H A Ddir.c527 struct fscrypt_str dotdot = FSTR_INIT("..", 2); in f2fs_do_make_empty_dir() local
533 f2fs_update_dentry(parent->i_ino, parent->i_mode, d, &dotdot, 0, 1); in f2fs_do_make_empty_dir()
/openbmc/linux/fs/ext4/
H A Dnamei.c251 struct fake_dirent dotdot; member
2247 fde = &root->dotdot; in ext4_check_dx_root()
2312 fde = &root->dotdot; in make_indexed_dir()
2347 de = (struct ext4_dir_entry_2 *) (&root->dotdot); in make_indexed_dir()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst1422 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 …]