Home
last modified time | relevance | path

Searched defs:inode_operations___2 (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h37860 struct inode_operations___2 { struct
37861 struct dentry___2 * (*lookup)(struct inode___2 *, struct dentry___2 *, unsigned int);
37862 const char * (*get_link)(struct dentry___2 *, struct inode___2 *, struct delayed_call *);
37863 int (*permission)(struct inode___2 *, int);
37864 struct posix_acl * (*get_acl)(struct inode___2 *, int);
37865 int (*readlink)(struct dentry___2 *, char *, int);
37866 int (*create)(struct inode___2 *, struct dentry___2 *, umode_t, bool);
37867 int (*link)(struct dentry___2 *, struct inode___2 *, struct dentry___2 *);
37868 int (*unlink)(struct inode___2 *, struct dentry___2 *);
37869 int (*symlink)(struct inode___2 *, struct dentry___2 *, const char *);
[all …]
Dvmlinux.h37860 struct inode_operations___2 { struct
37861 struct dentry___2 * (*lookup)(struct inode___2 *, struct dentry___2 *, unsigned int);
37862 const char * (*get_link)(struct dentry___2 *, struct inode___2 *, struct delayed_call *);
37863 int (*permission)(struct inode___2 *, int);
37864 struct posix_acl * (*get_acl)(struct inode___2 *, int);
37865 int (*readlink)(struct dentry___2 *, char *, int);
37866 int (*create)(struct inode___2 *, struct dentry___2 *, umode_t, bool);
37867 int (*link)(struct dentry___2 *, struct inode___2 *, struct dentry___2 *);
37868 int (*unlink)(struct inode___2 *, struct dentry___2 *);
37869 int (*symlink)(struct inode___2 *, struct dentry___2 *, const char *);
[all …]