Lines Matching refs:this
378 * @whence: enumerator describing the starting position for this update
399 /* In this case, ->private_data is protected by f_pos_lock */
458 * entries during this call.
468 * in this directory when offset_readdir() is called again with @ctx.
482 /* In this case, ->private_data is protected by f_pos_lock */
523 struct dentry *this = dget(dentry);
526 struct inode *inode = this->d_inode;
529 if (d_is_dir(this))
531 while ((child = find_next_child(this, victim)) == NULL) {
537 victim = this;
538 this = this->d_parent;
539 inode = this->d_inode;
562 this = child;
588 * since this is the first inode, make it number 1. New inodes created
589 * after this must take care not to collide with it (by passing
862 * NOTE: Even though i_size might get updated by this function, mark_inode_dirty
913 * unique inode values later for this filesystem, then you must take care
1027 * advanced by this number, or negative value is returned on error.
1062 * advanced by this number, or negative value is returned on error.
1097 * advanced by this number, or negative value is returned on error.
1494 * this callback. However, it still needs to be set in
1563 * the symlink target is stored in ->i_link. NOTE: this isn't normally called,
1685 * modified by a rename. If this happens, the VFS will eventually retry
1817 * If this function returns false, and no other metadata has changed, then we
1857 * In this implementation, we fetch the current value, set the QUERIED flag and
1897 * Note that this differs from normal direct-io semantics, which will
1931 * current time. Add a helper to do this.