Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dnamei.c490 struct nameidata { struct
507 struct nameidata *saved; argument
513 static void set_nameidata(struct nameidata *p, int dfd, struct filename *name) in set_nameidata() argument
515 struct nameidata *old = current->nameidata; in set_nameidata()
521 current->nameidata = p; in set_nameidata()
526 struct nameidata *now = current->nameidata, *old = now->saved; in restore_nameidata()
528 current->nameidata = old; in restore_nameidata()
535 static int __nd_alloc_stack(struct nameidata *nd) in __nd_alloc_stack()
574 static inline int nd_alloc_stack(struct nameidata *nd) in nd_alloc_stack()
583 static void drop_links(struct nameidata *nd) in drop_links()
[all …]
/Linux-v4.19/include/linux/
Dsched.h42 struct nameidata;
849 struct nameidata *nameidata; member
/Linux-v4.19/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