Lines Matching refs:file
19 afs_check_dir_conflict(op, &op->file[0]);
20 afs_vnode_commit_status(op, &op->file[0]);
25 struct afs_vnode_param *dvp = &op->file[0];
74 op->file[0].dv_delta = 1;
75 op->file[1].dv_delta = 1;
76 op->file[0].modification = true;
77 op->file[1].modification = true;
78 op->file[0].update_ctime = true;
79 op->file[1].update_ctime = true;
93 * file open. To prevent application problems when a file is unlinked while
95 * the file to a hidden file in the same directory, and only performs the
128 * to delete the file while it's in use.
161 afs_check_dir_conflict(op, &op->file[0]);
162 afs_vnode_commit_status(op, &op->file[0]);
163 afs_vnode_commit_status(op, &op->file[1]);
164 afs_update_dentry_version(op, &op->file[0], op->dentry);
169 struct afs_vnode_param *dvp = &op->file[0];
190 * Tell the server to remove a sillyrename file.
205 op->file[0].dv_delta = 1;
206 op->file[0].modification = true;
207 op->file[0].update_ctime = true;
208 op->file[1].op_unlinked = true;
209 op->file[1].update_ctime = true;
222 op->file[1].update_ctime = false;
233 * Remove sillyrename file on iput.