Home
last modified time | relevance | path

Searched refs:nameidata (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dnamei.c631 struct nameidata { struct
649 struct nameidata *saved; argument
660 static void __set_nameidata(struct nameidata *p, int dfd, struct filename *name) in __set_nameidata() argument
662 struct nameidata *old = current->nameidata; in __set_nameidata()
672 current->nameidata = p; in __set_nameidata()
675 static inline void set_nameidata(struct nameidata *p, int dfd, struct filename *name, in set_nameidata()
688 struct nameidata *now = current->nameidata, *old = now->saved; in restore_nameidata()
690 current->nameidata = old; in restore_nameidata()
697 static bool nd_alloc_stack(struct nameidata *nd) in nd_alloc_stack()
729 static void drop_links(struct nameidata *nd) in drop_links()
[all …]
/linux/include/linux/
H A Dsched.h65 struct nameidata;
1147 struct nameidata *nameidata; member
/linux/Documentation/filesystems/
H A Dporting.rst512 ->lookup() do *not* take struct nameidata anymore; just the flags.
518 ->create() doesn't take ``struct nameidata *``; unlike the previous
607 nameidata isn't passed at all - nd_jump_link() doesn't need it and
615 dentry, it does not get nameidata at all and it gets called only when cookie