Home
last modified time | relevance | path

Searched refs:d_is_negative (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/cachefiles/
Dnamei.c520 if (d_is_negative(next)) in cachefiles_walk_to_object()
526 if (d_is_negative(next)) { in cachefiles_walk_to_object()
555 if (d_is_negative(next)) { in cachefiles_walk_to_object()
747 if (d_is_negative(subdir)) { in cachefiles_get_directory()
854 if (d_is_negative(victim)) { in cachefiles_check_active()
Dbind.c126 if (d_is_negative(root) || in cachefiles_daemon_add_cache()
/linux-4.4.14/include/linux/
Ddcache.h462 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
470 return !d_is_negative(dentry); in d_is_positive()
/linux-4.4.14/fs/
Dnamei.c1555 negative = d_is_negative(dentry); in lookup_fast()
1610 if (unlikely(d_is_negative(dentry))) { in lookup_fast()
1752 if (d_is_negative(path.dentry)) in walk_component()
2427 if (d_is_negative(dentry)) { in mountpoint_last()
2558 if (d_is_negative(victim)) in may_delete()
3127 if (unlikely(d_is_negative(path.dentry))) { in do_last()
3860 if (d_is_negative(dentry)) in do_unlinkat()
3891 if (d_is_negative(dentry)) in do_unlinkat()
4381 if (d_is_negative(old_dentry)) in SYSCALL_DEFINE5()
4392 if (d_is_negative(new_dentry)) in SYSCALL_DEFINE5()