Lines Matching refs:dentry

1325 	int (*quota_on)(struct dentry *dentry);
1342 int (*sb_statfs)(struct dentry *dentry);
1354 int (*dentry_init_security)(struct dentry *dentry, int mode,
1360 int (*path_unlink)(struct path *dir, struct dentry *dentry);
1361 int (*path_mkdir)(struct path *dir, struct dentry *dentry,
1363 int (*path_rmdir)(struct path *dir, struct dentry *dentry);
1364 int (*path_mknod)(struct path *dir, struct dentry *dentry,
1367 int (*path_symlink)(struct path *dir, struct dentry *dentry,
1369 int (*path_link)(struct dentry *old_dentry, struct path *new_dir,
1370 struct dentry *new_dentry);
1371 int (*path_rename)(struct path *old_dir, struct dentry *old_dentry,
1373 struct dentry *new_dentry);
1385 int (*inode_create)(struct inode *dir, struct dentry *dentry,
1387 int (*inode_link)(struct dentry *old_dentry, struct inode *dir,
1388 struct dentry *new_dentry);
1389 int (*inode_unlink)(struct inode *dir, struct dentry *dentry);
1390 int (*inode_symlink)(struct inode *dir, struct dentry *dentry,
1392 int (*inode_mkdir)(struct inode *dir, struct dentry *dentry,
1394 int (*inode_rmdir)(struct inode *dir, struct dentry *dentry);
1395 int (*inode_mknod)(struct inode *dir, struct dentry *dentry,
1397 int (*inode_rename)(struct inode *old_dir, struct dentry *old_dentry,
1399 struct dentry *new_dentry);
1400 int (*inode_readlink)(struct dentry *dentry);
1401 int (*inode_follow_link)(struct dentry *dentry, struct inode *inode,
1404 int (*inode_setattr)(struct dentry *dentry, struct iattr *attr);
1406 int (*inode_setxattr)(struct dentry *dentry, const char *name,
1408 void (*inode_post_setxattr)(struct dentry *dentry, const char *name,
1411 int (*inode_getxattr)(struct dentry *dentry, const char *name);
1412 int (*inode_listxattr)(struct dentry *dentry);
1413 int (*inode_removexattr)(struct dentry *dentry, const char *name);
1414 int (*inode_need_killpriv)(struct dentry *dentry);
1415 int (*inode_killpriv)(struct dentry *dentry);
1509 void (*d_instantiate)(struct dentry *dentry, struct inode *inode);
1520 int (*inode_setsecctx)(struct dentry *dentry, void *ctx, u32 ctxlen);