Lines Matching defs:source
998 * @inode: the source inode to hardlink from
1033 * @link: the source to hardlink from
1038 * - hardlink source is unsafe (see safe_hardlink_source() above)
1055 * otherwise, it must be a safe source.
1111 * Given a path, find the mountpoint of its source file system.
4237 * @old_dir: parent of source
4238 * @old_dentry: source
4247 * the source or destination, it will return -EWOULDBLOCK and return a
4267 * and source (if it's a non-directory or a subdirectory that moves to
4292 struct inode *source = old_dentry->d_inode;
4299 if (source == target)
4328 error = inode_permission(source, MAY_WRITE);
4348 * The source subdirectory needs to be locked on cross-directory
4363 inode_lock_nested(source, I_MUTEX_CHILD);
4369 inode_lock(source);
4371 lock_two_nondirectories(source, target);
4387 error = try_break_deleg(source, delegated_inode);
4417 inode_unlock(source);
4497 /* source must exist */
4519 /* unless the source is a directory trailing slashes give -ENOTDIR */
4527 /* source should not be ancestor of target */
4531 /* target should not be an ancestor of source */