Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Test List
Global aa_setprocattr_changehat (char *args, size_t size, int test)
: true if this is a test of change_hat permissions
Global aa_setprocattr_changeprofile (char *fqname, bool onexec, int test)
: true if this is a test of change_profile permissions
Global iget5_locked (struct super_block *, unsigned long, int(*test)(struct inode *, void *), int(*set)(struct inode *, void *), void *)

: callback used for comparisons between inodes : callback used to initialize a new struct inode : opaque data pointer to pass to

and

and are called with the inode_hash_lock held, so can't sleep.

Global iget5_locked (struct super_block *, unsigned long, int(*test)(struct inode *, void *), int(*set)(struct inode *, void *), void *)

: callback used for comparisons between inodes : callback used to initialize a new struct inode : opaque data pointer to pass to

and

and are called with the inode_hash_lock held, so can't sleep.

Global ilookup5 (struct super_block *sb, unsigned long hashval, int(*test)(struct inode *, void *), void *data)

: callback used for comparisons between inodes : opaque data pointer to pass to

is called with the inode_hash_lock held, so can't sleep.

Global ilookup5_nowait (struct super_block *sb, unsigned long hashval, int(*test)(struct inode *, void *), void *data)

: callback used for comparisons between inodes : opaque data pointer to pass to

is called with the inode_hash_lock held, so can't sleep.

Global sget (struct file_system_type *type, int(*test)(struct super_block *, void *), int(*set)(struct super_block *, void *), int flags, void *data)
: comparison callback : setup callback : mount flags : argument to each of them