• Home
  • Raw
  • Download

Lines Matching refs:dentry

1488 	int (*quota_on)(struct dentry *dentry);
1508 int (*sb_statfs)(struct dentry *dentry);
1524 int (*dentry_init_security)(struct dentry *dentry, int mode,
1527 int (*dentry_create_files_as)(struct dentry *dentry, int mode,
1534 int (*path_unlink)(const struct path *dir, struct dentry *dentry);
1535 int (*path_mkdir)(const struct path *dir, struct dentry *dentry,
1537 int (*path_rmdir)(const struct path *dir, struct dentry *dentry);
1538 int (*path_mknod)(const struct path *dir, struct dentry *dentry,
1541 int (*path_symlink)(const struct path *dir, struct dentry *dentry,
1543 int (*path_link)(struct dentry *old_dentry, const struct path *new_dir,
1544 struct dentry *new_dentry);
1545 int (*path_rename)(const struct path *old_dir, struct dentry *old_dentry,
1547 struct dentry *new_dentry);
1561 int (*inode_create)(struct inode *dir, struct dentry *dentry,
1563 int (*inode_link)(struct dentry *old_dentry, struct inode *dir,
1564 struct dentry *new_dentry);
1565 int (*inode_unlink)(struct inode *dir, struct dentry *dentry);
1566 int (*inode_symlink)(struct inode *dir, struct dentry *dentry,
1568 int (*inode_mkdir)(struct inode *dir, struct dentry *dentry,
1570 int (*inode_rmdir)(struct inode *dir, struct dentry *dentry);
1571 int (*inode_mknod)(struct inode *dir, struct dentry *dentry,
1573 int (*inode_rename)(struct inode *old_dir, struct dentry *old_dentry,
1575 struct dentry *new_dentry);
1576 int (*inode_readlink)(struct dentry *dentry);
1577 int (*inode_follow_link)(struct dentry *dentry, struct inode *inode,
1580 int (*inode_setattr)(struct dentry *dentry, struct iattr *attr);
1582 int (*inode_setxattr)(struct dentry *dentry, const char *name,
1584 void (*inode_post_setxattr)(struct dentry *dentry, const char *name,
1587 int (*inode_getxattr)(struct dentry *dentry, const char *name);
1588 int (*inode_listxattr)(struct dentry *dentry);
1589 int (*inode_removexattr)(struct dentry *dentry, const char *name);
1590 int (*inode_need_killpriv)(struct dentry *dentry);
1591 int (*inode_killpriv)(struct dentry *dentry);
1600 int (*inode_copy_up)(struct dentry *src, struct cred **new);
1696 void (*d_instantiate)(struct dentry *dentry, struct inode *inode);
1707 int (*inode_setsecctx)(struct dentry *dentry, void *ctx, u32 ctxlen);