Lines Matching full:creation
200 including the atomicity of file and link creation and the use of open files
309 the actual creation or deletion of the file itself.
312 which is also presented to the routine implementing file creation or deletion.
337 and an operation (one of: lookup, lookup for creation, or lookup for deletion).
357 For creation and deletion of new files, the lookup operation is unmodified;
360 The subsequent creation or deletion call, if any, must repeat the final
362 For new file creation in particular, this is rather inefficient,
363 as file creation requires two complete scans of the directory.
427 is performed and a subsequent creation is requested.
429 of a creation attempt, the actual creation might find that the target
432 or the generic creation routine will have to note the error
437 forces duplication of work during file creation and deletion.
585 For creation or deletion requests, the parameters to the filesystem operation
634 #define CREATE 1 /* setup for file creation */
650 Not all lookups for creation or deletion are actually followed
654 to abort a creation or deletion operation
658 Filesystems that choose to implement creation or deletion entirely
992 The same structure is also passed to one of the creation or deletion
996 For filesystems that perform no locking between lookup for creation
1008 and the target for creation.