Lines Matching defs:new

15 /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture.
54 * The new code replaces the old recursive symlink resolution with
61 * With the new dcache, the pathname is stored at each inode, at least as
76 /* [24-Feb-97 T. Schoebel-Theuer] Side effects caused by new implementation:
78 * and the name already exists in form of a symlink, try to create the new
81 * is nonexistent. The new semantics affects also mknod() and link() when
85 * to standards. But I found by trial that HP-UX 9.0 has the full "new"
87 * "old" one. Personally, I think the new semantics is much more logical.
88 * Note that "ln old new" where "new" is a symlink pointing to a non-existing
3103 * @dir: parent directory of the new inode
3104 * @mode: mode of the new inode to be created in @dir
3121 * vfs_prepare_mode - prepare the mode to be used for a new inode
3123 * @dir: parent directory of the new inode
3124 * @mode: mode of the new inode
3128 * This helper consolidates and enforces vfs restrictions on the @mode of a new
3161 * vfs_create - create new file
3165 * @mode: mode of the new file
3168 * Create a new file.
3336 * have been updated to point to the new dentry. This may be negative.
3652 * @file: file descriptor of the new tmpfile
3653 * @mode: mode of the new tmpfile
3707 * @mode: mode of the new tmpfile
3957 * @mode: mode of the new device node or file
4084 * @mode: mode of the new directory
4526 * vfs_link - create a new link
4529 * @dir: new parent
4530 * @new_dentry: where to create the new link
4624 struct filename *new, int flags)
4654 new_dentry = filename_create(newdfd, new, &new_path,
4690 putname(new);