Lines Matching refs:this

54  * this with calls to <fs>_follow_link().
71 * filesystems (including /proc) exhibit this behavior.
338 * We use "fsuid" for this, letting us set arbitrary permissions
391 * flag in inode->i_opflags, that says "this has not special
434 * this, letting us set arbitrary permissions for filesystem access without
680 * got stuck, so ref-walk may continue from there. If this is not successful
828 * Userspace could move the path outside the root after this
829 * check, but as discussed elsewhere this is not a concern (the
1361 * We don't need to re-check ->d_seq after this
1441 * dentries - as the matter of fact, this only gets called
1696 * to do this check without having to look at inode->i_op,
1697 * so we keep a cache of "no, this doesn't need follow_link"
1888 * do a "get_unaligned()" if this helps and is sufficiently
2133 /* At this point we know we have a real path component. */
2160 struct qstr this = { { .hash_len = hash_len }, .name = name };
2161 err = parent->d_op->d_hash(parent, &this);
2164 hash_len = this.hash_len;
2165 name = this.name;
2495 int len, struct qstr *this)
2497 this->name = name;
2498 this->len = len;
2499 this->hash = full_name_hash(base, name, len);
2518 int err = base->d_op->d_hash(base, this);
2535 * Note that this routine is purely a helper for filesystem usage and should
2542 struct qstr this;
2547 err = lookup_one_len_common(name, base, len, &this);
2551 return lookup_dcache(&this, base, 0);
2561 * Note that this routine is purely a helper for filesystem usage and should
2569 struct qstr this;
2574 err = lookup_one_len_common(name, base, len, &this);
2578 dentry = lookup_dcache(&this, base, 0);
2579 return dentry ? dentry : __lookup_slow(&this, base, 0);
2589 * Note that this routine is purely a helper for filesystem usage and should
2598 struct qstr this;
2602 err = lookup_one_len_common(name, base, len, &this);
2606 ret = lookup_dcache(&this, base, 0);
2608 ret = lookup_slow(&this, base, 0);
2619 * this one avoids such problems.
2641 struct qstr this = QSTR_INIT("pts", 3);
2649 child = d_hash_and_lookup(parent, &this);
2743 * this case, but since we are inlined it's OK)
3071 * the file was not completely opened at this time, though lookups and
3233 * dropping this one anyway.
4655 * @done: caller needs to free returned data with this