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