Lines Matching refs:path
31 * in the "sys_write -> alloc_pages -> direct reclaim path". So, in
35 * read-ahead path does not lock it ("sys_read -> generic_file_aio_read ->
232 * At the slow path we have to budget before locking the page, because
292 * 'ubifs_write_end()' is optimized from the fast-path part of
392 * This is the hot-path of the file-system and we are trying to optimize it as
414 * The solution for this is that the fast path of 'ubifs_write_begin()' assumes
416 * without forcing write-back. The slow path does not make this assumption.
436 /* Try out the fast-path part first */
479 * everything and fall-back to slow-path.
1633 static int ubifs_symlink_getattr(const struct path *path, struct kstat *stat,
1636 ubifs_getattr(path, stat, request_mask, query_flags);
1638 if (IS_ENCRYPTED(d_inode(path->dentry)))
1639 return fscrypt_symlink_getattr(path, stat);