Lines Matching refs:get
110 * hopefully we will be able to get rid of that wart in 2.5. So far only
542 * path_get - get a reference to a path
543 * @path: path to get the reference to
839 * still valid and get it if required.
1150 /* Special files should not get pinned to the filesystem. */
1154 /* Setuid files should not get pinned to the filesystem. */
1158 /* Executable setgid files should not get pinned to the filesystem. */
1798 const char * (*get)(struct dentry *, struct inode *,
1800 get = inode->i_op->get_link;
1802 res = get(NULL, inode, &last->done);
1804 res = get(link->dentry, inode, &last->done);
1806 res = get(link->dentry, inode, &last->done);
2399 /* Relative pathname -- get the starting-point it is relative to. */
4728 * a) we can get into loop creation.
4828 * they get locked after any subdirectories (in inode address order).
5094 * @dentry: dentry on which to get symbolic link
5134 * vfs_get_link - get symlink body
5135 * @dentry: dentry on which to get symbolic link
5158 /* get the link contents into pagecache */