Searched refs:EXTEND_CLASS (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | fs.h | 2540 EXTEND_CLASS(filename, _kernel, getname_kernel(p), const char *p) 2541 EXTEND_CLASS(filename, _flags, getname_flags(p, f), const char __user *p, unsigned int f) 2542 EXTEND_CLASS(filename, _uflags, getname_uflags(p, f), const char __user *p, unsigned int f) 2543 EXTEND_CLASS(filename, _maybe_null, getname_maybe_null(p, f), const char __user *p, unsigned int f) 2544 EXTEND_CLASS(filename, _complete_delayed, complete_getname(p), struct delayed_filename *p)
|
| /linux/fs/overlayfs/ |
| H A D | overlayfs.h | 465 EXTEND_CLASS(override_creds, _ovl, ovl_override_creds(sb), struct super_block *sb) in EXTEND_CLASS() function
|