Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Dnamei.c516 if (d_is_negative(next)) in cachefiles_walk_to_object()
522 if (d_is_negative(next)) { in cachefiles_walk_to_object()
551 if (d_is_negative(next)) { in cachefiles_walk_to_object()
737 if (d_is_negative(subdir)) { in cachefiles_get_directory()
844 if (d_is_negative(victim)) { in cachefiles_check_active()
Dbind.c126 if (d_is_negative(root) || in cachefiles_daemon_add_cache()
/linux-4.1.27/include/linux/
Ddcache.h459 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
467 return !d_is_negative(dentry); in d_is_positive()
/linux-4.1.27/fs/
Dnamei.c1453 negative = d_is_negative(dentry); in lookup_fast()
1508 if (unlikely(d_is_negative(dentry))) { in lookup_fast()
1623 if (d_is_negative(path->dentry)) in walk_component()
2351 if (d_is_negative(dentry)) { in mountpoint_last()
2491 if (d_is_negative(victim)) in may_delete()
3065 if (d_is_negative(path->dentry)) { in do_last()
3822 if (d_is_negative(dentry)) in do_unlinkat()
3853 if (d_is_negative(dentry)) in do_unlinkat()
4340 if (d_is_negative(old_dentry)) in SYSCALL_DEFINE5()
4351 if (d_is_negative(new_dentry)) in SYSCALL_DEFINE5()