Lines Matching refs:get
108 * hopefully we will be able to get rid of that wart in 2.5. So far only
476 * path_get - get a reference to a path
477 * @path: path to get the reference to
759 * still valid and get it if required.
1012 /* Special files should not get pinned to the filesystem. */
1016 /* Setuid files should not get pinned to the filesystem. */
1020 /* Executable setgid files should not get pinned to the filesystem. */
1665 const char * (*get)(struct dentry *, struct inode *,
1667 get = inode->i_op->get_link;
1669 res = get(NULL, inode, &last->done);
1671 res = get(link->dentry, inode, &last->done);
1673 res = get(link->dentry, inode, &last->done);
2266 /* Relative pathname -- get the starting-point it is relative to. */
4261 * a) we can get into loop creation.
4354 * they get locked after any subdirectories (in inode address order).
4613 * @dentry: dentry on which to get symbolic link
4653 * vfs_get_link - get symlink body
4654 * @dentry: dentry on which to get symbolic link
4677 /* get the link contents into pagecache */