Lines Matching refs:unlikely

136 	if (unlikely(!result))  in getname_flags()
147 if (unlikely(len < 0)) { in getname_flags()
158 if (unlikely(len == EMBEDDED_NAME_MAX)) { in getname_flags()
168 if (unlikely(!result)) { in getname_flags()
174 if (unlikely(len < 0)) { in getname_flags()
179 if (unlikely(len == PATH_MAX)) { in getname_flags()
188 if (unlikely(!len)) { in getname_flags()
216 if (unlikely(!result)) in getname_kernel()
225 if (unlikely(!tmp)) { in getname_kernel()
378 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
406 if (unlikely(mask & MAY_WRITE)) { in __inode_permission()
436 if (unlikely(mask & MAY_WRITE)) { in sb_permission()
651 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) { in complete_walk()
883 if (unlikely(current->total_link_count >= 40)) in follow_link()
905 if (unlikely(IS_ERR(s))) { in follow_link()
920 if (unlikely(error)) in follow_link()
1078 unlikely(managed != 0)) { in follow_managed()
1215 if (unlikely(!path_connected(&nd->path))) in follow_dotdot_rcu()
1258 unlikely(managed & DCACHE_MANAGED_DENTRY)) { in follow_down()
1329 if (unlikely(!path_connected(&nd->path))) { in follow_dotdot()
1361 if (unlikely(error <= 0)) { in lookup_dcache()
1376 if (unlikely(!dentry)) in lookup_dcache()
1396 if (unlikely(IS_DEADDIR(dir))) { in lookup_real()
1402 if (unlikely(old)) { in lookup_real()
1468 if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE)) { in lookup_fast()
1470 if (unlikely(status <= 0)) { in lookup_fast()
1493 if (unlikely(!dentry)) in lookup_fast()
1496 if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE) && need_reval) in lookup_fast()
1498 if (unlikely(status <= 0)) { in lookup_fast()
1508 if (unlikely(d_is_negative(dentry))) { in lookup_fast()
1515 if (unlikely(err < 0)) { in lookup_fast()
1545 if (unlikely(err < 0)) { in lookup_slow()
1598 return unlikely(d_is_symlink(dentry)) ? follow : 0; in should_follow_link()
1611 if (unlikely(nd->last_type != LAST_NORM)) in walk_component()
1614 if (unlikely(err)) { in walk_component()
1630 if (unlikely(nd->path.mnt != path->mnt || in walk_component()
1661 if (unlikely(current->link_count >= MAX_NESTED_LINKS)) { in nested_symlink()
1846 if (unlikely(parent->d_flags & DCACHE_OP_HASH)) { in link_path_walk()
1869 } while (unlikely(*name == '/')); in link_path_walk()
1999 if (unlikely(nd->base)) in path_cleanup()
2040 if (unlikely(err)) in path_lookupat()
2069 if (unlikely(retval == -ECHILD)) in filename_lookup()
2071 if (unlikely(retval == -ESTALE)) in filename_lookup()
2194 if (unlikely(name[0] == '.')) { in lookup_one_len()
2319 if (unlikely(nd->last_type != LAST_NORM)) { in mountpoint_last()
2386 if (unlikely(err)) in path_mountpoint()
2394 if (unlikely(err)) in path_mountpoint()
2416 if (unlikely(error == -ECHILD)) in filename_mountpoint()
2418 if (unlikely(error == -ESTALE)) in filename_mountpoint()
2729 if (unlikely(IS_DEADDIR(dir))) { in atomic_open()
2752 (open_flag & O_ACCMODE) != O_RDONLY) && unlikely(!got_write)) { in atomic_open()
3074 if (unlikely(nd->path.mnt != path->mnt || in do_last()
3144 if (unlikely(error > 0)) { in do_last()
3190 if (unlikely(error)) in do_tmpfile()
3193 if (unlikely(error)) in do_tmpfile()
3206 if (unlikely(!child)) { in do_tmpfile()
3256 if (unlikely(file->f_flags & __O_TMPFILE)) { in path_openat()
3262 if (unlikely(error)) in path_openat()
3266 while (unlikely(error > 0)) { /* trailing symlink */ in path_openat()
3276 if (unlikely(error)) in path_openat()
3281 if (unlikely(error)) in path_openat()
3293 if (unlikely(error)) { in path_openat()
3313 if (unlikely(filp == ERR_PTR(-ECHILD))) in do_filp_open()
3315 if (unlikely(filp == ERR_PTR(-ESTALE))) in do_filp_open()
3335 if (unlikely(IS_ERR(filename))) in do_file_open_root()
3339 if (unlikely(file == ERR_PTR(-ECHILD))) in do_file_open_root()
3341 if (unlikely(file == ERR_PTR(-ESTALE))) in do_file_open_root()
3395 if (unlikely(!is_dir && nd.last.name[nd.last.len])) { in filename_create()
3399 if (unlikely(err2)) { in filename_create()
4056 if (unlikely(error)) in SYSCALL_DEFINE5()