Searched defs:exists (Results 1 - 5 of 5) sorted by relevance

/fs/ubifs/
H A Drecovery.c1244 * @exists: indicates whether the inode exists
1252 int exists; member in struct:size_entry
1262 * @exists: indicates whether the inode exists
1265 loff_t d_size, int exists)
1286 e->exists = exists;
1388 e->exists = 1;
1490 if (!e->exists) {
1264 add_ino(struct ubifs_info *c, ino_t inum, loff_t i_size, loff_t d_size, int exists) argument
[all...]
/fs/btrfs/
H A Dtree-log.c477 * is just logging an inode to make sure it exists after recovery.
556 * as required if the extent already exists or creating a new extent
1563 * if a conflicting item exists in the subdirectory already,
1586 int exists; local
1606 exists = btrfs_lookup_inode(trans, root, path, &log_key, 0);
1607 if (exists == 0)
1608 exists = 1;
1610 exists = 0;
1649 if (!exists)
3221 * just to say 'this inode exists' an
[all...]
H A Dextent_io.c4740 struct extent_buffer *eb, *exists = NULL; local
4760 exists = find_extent_buffer(fs_info, start);
4761 if (exists)
4779 return exists;
4790 struct extent_buffer *exists = NULL; local
4818 exists = (struct extent_buffer *)p->private;
4819 if (atomic_inc_not_zero(&exists->refs)) {
4823 mark_extent_buffer_accessed(exists, p);
4860 exists = find_extent_buffer(fs_info, start);
4861 if (exists)
[all...]
H A Dsend.c2996 int exists = 0; local
3017 exists = 1;
3037 if (exists) {
3309 * such ancestor exists and make sure our own rename/move happens after
/fs/ext4/
H A Dextents.c2159 int exists, depth = 0, err = 0; local
2187 exists = 0;
2216 exists = 1;
2222 if (!exists) {
2236 * it even in !exists case to find out whether es is the
2240 if (!exists && next_del) {
2241 exists = 1;
2277 if (exists) {

Completed in 131 milliseconds