Lines Matching refs:dir

332  *	@dir contains the inode structure of the parent directory.
342 * @dir contains inode structure of the parent of the new file.
349 * @dir contains the inode structure of the parent directory of the new link.
362 * @dir contains the inode structure of parent directory of the file.
367 * @dir contains the path structure of parent directory of the file.
372 * @dir contains the inode structure of parent directory of the symbolic link.
378 * @dir contains the path structure of parent directory of
385 * associated with inode structure @dir.
386 * @dir contains the inode structure of parent of the directory to be created.
393 * @dir contains the path structure of parent of the directory
400 * @dir contains the inode structure of parent of the directory to be removed.
405 * @dir contains the path structure of parent of the directory to be
414 * @dir contains the inode structure of parent of the new file.
422 * @dir contains the path structure of parent of the new file.
1041 * @dir contains the direction of the flow (input or output).
1427 int (*path_unlink) (struct path *dir, struct dentry *dentry);
1428 int (*path_mkdir) (struct path *dir, struct dentry *dentry, umode_t mode);
1429 int (*path_rmdir) (struct path *dir, struct dentry *dentry);
1430 int (*path_mknod) (struct path *dir, struct dentry *dentry, umode_t mode,
1433 int (*path_symlink) (struct path *dir, struct dentry *dentry,
1446 int (*inode_init_security) (struct inode *inode, struct inode *dir,
1449 int (*inode_create) (struct inode *dir,
1452 struct inode *dir, struct dentry *new_dentry);
1453 int (*inode_unlink) (struct inode *dir, struct dentry *dentry);
1454 int (*inode_symlink) (struct inode *dir,
1456 int (*inode_mkdir) (struct inode *dir, struct dentry *dentry, umode_t mode);
1457 int (*inode_rmdir) (struct inode *dir, struct dentry *dentry);
1458 int (*inode_mknod) (struct inode *dir, struct dentry *dentry,
1633 int (*xfrm_policy_lookup) (struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir);
1709 int security_inode_init_security(struct inode *inode, struct inode *dir,
1712 int security_old_inode_init_security(struct inode *inode, struct inode *dir,
1715 int security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode);
1716 int security_inode_link(struct dentry *old_dentry, struct inode *dir,
1718 int security_inode_unlink(struct inode *dir, struct dentry *dentry);
1719 int security_inode_symlink(struct inode *dir, struct dentry *dentry,
1721 int security_inode_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode);
1722 int security_inode_rmdir(struct inode *dir, struct dentry *dentry);
1723 int security_inode_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev);
2010 struct inode *dir,
2019 struct inode *dir,
2027 static inline int security_inode_create(struct inode *dir,
2035 struct inode *dir,
2041 static inline int security_inode_unlink(struct inode *dir,
2047 static inline int security_inode_symlink(struct inode *dir,
2054 static inline int security_inode_mkdir(struct inode *dir,
2061 static inline int security_inode_rmdir(struct inode *dir,
2067 static inline int security_inode_mknod(struct inode *dir,
2748 int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir);
2797 static inline int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir)
2820 int security_path_unlink(struct path *dir, struct dentry *dentry);
2821 int security_path_mkdir(struct path *dir, struct dentry *dentry, umode_t mode);
2822 int security_path_rmdir(struct path *dir, struct dentry *dentry);
2823 int security_path_mknod(struct path *dir, struct dentry *dentry, umode_t mode,
2826 int security_path_symlink(struct path *dir, struct dentry *dentry,
2836 static inline int security_path_unlink(struct path *dir, struct dentry *dentry)
2841 static inline int security_path_mkdir(struct path *dir, struct dentry *dentry,
2847 static inline int security_path_rmdir(struct path *dir, struct dentry *dentry)
2852 static inline int security_path_mknod(struct path *dir, struct dentry *dentry,
2863 static inline int security_path_symlink(struct path *dir, struct dentry *dentry,