Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dnamei.c496 struct nameidata { struct
514 struct nameidata *saved; argument
519 static void set_nameidata(struct nameidata *p, int dfd, struct filename *name) in set_nameidata() argument
521 struct nameidata *old = current->nameidata; in set_nameidata()
527 current->nameidata = p; in set_nameidata()
532 struct nameidata *now = current->nameidata, *old = now->saved; in restore_nameidata()
534 current->nameidata = old; in restore_nameidata()
543 static int __nd_alloc_stack(struct nameidata *nd) in __nd_alloc_stack()
581 static inline int nd_alloc_stack(struct nameidata *nd) in nd_alloc_stack()
590 static void drop_links(struct nameidata *nd) in drop_links()
[all …]
/linux-4.4.14/Documentation/filesystems/
Dporting437 ->lookup() do *not* take struct nameidata anymore; just the flags.
440 ->create() doesn't take struct nameidata *; unlike the previous
495 nameidata isn't passed at all - nd_jump_link() doesn't need it and
500 dentry, it does not get nameidata at all and it gets called only when cookie
/linux-4.4.14/include/linux/
Dsched.h136 struct nameidata;
1552 struct nameidata *nameidata; member