Searched refs:EXTEND_CLASS (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | cleanup.h | 258 * EXTEND_CLASS(name, ext, init, init_args...): 289 #define EXTEND_CLASS(_name, ext, _init, _init_args...) \ 321 * wrapper around EXTEND_CLASS above to add conditional lock 402 EXTEND_CLASS(_name, _ext, \ 568 EXTEND_CLASS(_name, _ext, \ 286 #define EXTEND_CLASS( global() macro
|
| 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
|