Lines Matching refs:fs_path_len
481 static inline int fs_path_len(const struct fs_path *p) in fs_path_len() function
500 path_len = fs_path_len(p); in fs_path_ensure_buf()
541 new_len = fs_path_len(p) + name_len; in fs_path_prepare_for_add()
579 return fs_path_add(p, p2->start, fs_path_len(p2)); in fs_path_add_path()
615 len = fs_path_len(p); in fs_path_unreverse()
627 return (strncmp(path->start, cur->start, fs_path_len(cur)) == 0); in is_current_inode_path()
744 fs_path_len((p))); \
2042 if (dir != tmp_dir || name_len != fs_path_len(tmp_name)) { in is_first_ref()
2216 name->start, fs_path_len(name)); in did_overwrite_first_ref()
2308 dest->start, fs_path_len(dest)); in __get_cur_name_and_parent()
2323 nce = kmalloc(sizeof(*nce) + fs_path_len(dest), GFP_KERNEL); in __get_cur_name_and_parent()
2331 nce->name_len = fs_path_len(dest); in __get_cur_name_and_parent()
2384 if (is_cur_inode && fs_path_len(&sctx->cur_inode_path) > 0) { in get_cur_path()
2535 if (fs_path_len(&sctx->cur_inode_path) == 0) { in get_cur_inode_path()
3965 len1 = fs_path_len(path_before); in wait_for_parent_move()
3966 len2 = fs_path_len(path_after); in wait_for_parent_move()