Home
last modified time | relevance | path

Searched refs:new_file (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/
H A Dchecktransupdate.py253 new_file = os.sep.join(new_path_parts)
254 if os.path.isfile(new_file):
255 files.append(new_file)
/linux/fs/notify/fanotify/
H A Dfanotify_user.c254 struct file *new_file; in create_fd() local
264 new_file = dentry_open(path, in create_fd()
267 if (IS_ERR(new_file)) { in create_fd()
269 client_fd = PTR_ERR(new_file); in create_fd()
271 *file = new_file; in create_fd()
/linux/drivers/infiniband/core/
H A Ducma.c1609 static ssize_t ucma_migrate_id(struct ucma_file *new_file, in ucma_migrate_id() argument
1649 ctx->file = new_file; in ucma_migrate_id()
1664 mutex_lock(&new_file->mut); in ucma_migrate_id()
1665 list_add_tail(&ctx->list, &new_file->ctx_list); in ucma_migrate_id()
1666 list_splice_tail(&event_list, &new_file->event_list); in ucma_migrate_id()
1667 mutex_unlock(&new_file->mut); in ucma_migrate_id()