Lines Matching refs:this
270 struct dentry *this = dget(dentry);
273 struct inode *inode = this->d_inode;
276 if (d_is_dir(this))
278 while ((child = find_next_child(this, victim)) == NULL) {
284 victim = this;
285 this = this->d_parent;
286 inode = this->d_inode;
309 this = child;
335 * since this is the first inode, make it number 1. New inodes created
336 * after this must take care not to collide with it (by passing
561 * NOTE: Even though i_size might get updated by this function, mark_inode_dirty
601 * unique inode values later for this filesystem, then you must take care
715 * advanced by this number, or negative value is returned on error.
750 * advanced by this number, or negative value is returned on error.
785 * advanced by this number, or negative value is returned on error.
1199 * we need this callback defined to prevent falling back to
1209 * this callback. However, it still needs to be set in
1292 * the symlink target is stored in ->i_link. NOTE: this isn't normally called,
1422 * modified by a rename. If this happens, the VFS will eventually retry