Home
last modified time | relevance | path

Searched refs:drop_refcount (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dmkdir.c46 int drop_refcount = 0; in ext2fs_mkdir() local
153 drop_refcount = 1; in ext2fs_mkdir()
186 drop_refcount = 0; in ext2fs_mkdir()
191 if (drop_refcount) { in ext2fs_mkdir()
Dsymlink.c57 int drop_refcount = 0; in ext2fs_symlink() local
172 drop_refcount = 1; in ext2fs_symlink()
190 drop_refcount = 0; in ext2fs_symlink()
195 if (drop_refcount) { in ext2fs_symlink()