Searched defs:direntflags (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ipnetops.c107 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
105 devipnet_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dsdev_netops.c114 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
112 devnet_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dsdev_ptsops.c293 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
291 devpts_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dsdev_vtops.c186 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
184 devvt_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dsdev_vnops.c618 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
616 sdev_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dsdev_zvolops.c695 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
693 devzvol_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c125 * direntflags - (case-insensitive lookup only)
138 int flag, int *direntflags, pathname_t *realpnp)
312 update, direntflags, realpnp, &zoid);
137 zfs_dirent_lock(zfs_dirlock_t **dlpp, znode_t *dzp, char *name, znode_t **zpp, int flag, int *direntflags, pathname_t *realpnp) argument
H A Dzfs_ctldir.c453 int *direntflags, pathname_t *realpnp)
470 cr, ct, direntflags, realpnp);
780 int *direntflags, pathname_t *realpnp)
833 if (conflict && direntflags)
834 *direntflags = ED_CASE_CONFLICT;
953 int *direntflags, pathname_t *realpnp)
972 flags, rdir, cr, ct, direntflags, realpnp);
451 zfsctl_root_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
778 zfsctl_snapdir_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
951 zfsctl_shares_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dzfs_vnops.c1220 * direntflags - directory lookup flags
1234 int *direntflags, pathname_t *realpnp)
1341 error = zfs_dirlook(zdp, nm, vpp, flags, direntflags, realpnp);
1232 zfs_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c362 int *direntflags,
418 ct, direntflags, realpnp);
465 flags, rdir, cred, ct, direntflags, realpnp);
353 auto_lookup( vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c810 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
808 devfs_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c206 int *direntflags, pathname_t *realpnp)
204 fdlookup(vnode_t *dp, char *comp, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c746 int *direntflags, pathname_t *realpnp)
760 ret = callback(dvp, nm, vpp, &ino, cr, flags, direntflags, realpnp);
890 int flags, int *direntflags, pathname_t *realpnp)
904 casecheck = (flags & FIGNORECASE) != 0 && direntflags != NULL;
923 *direntflags |= ED_CASE_CONFLICT;
931 &dynvp, cr, flags, direntflags, vp ? NULL : realpnp);
936 *direntflags |= ED_CASE_CONFLICT;
1066 int *direntflags, pathname_t *realpnp)
1068 return (gfs_dir_lookup(dvp, nm, vpp, cr, flags, direntflags, realpnp));
744 gfs_dir_lookup_dynamic(gfs_lookup_cb callback, gfs_dir_t *dp, const char *nm, vnode_t *dvp, vnode_t **vpp, cred_t *cr, int flags, int *direntflags, pathname_t *realpnp) argument
889 gfs_dir_lookup(vnode_t *dvp, const char *nm, vnode_t **vpp, cred_t *cr, int flags, int *direntflags, pathname_t *realpnp) argument
1064 gfs_vop_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dfem.c681 int *direntflags, pathname_t *realpnp)
694 direntflags, realpnp);
703 direntflags, realpnp);
2180 int *direntflags, pathname_t *realpnp)
2191 direntflags, realpnp));
679 vhead_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
2178 vnext_lookup(femarg_t *vf, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c171 int *direntflags, pathname_t *realpnp)
169 bootfs_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c989 int *direntflags,
980 pcfs_lookup( struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c300 int *direntflags,
341 ct, direntflags, realpnp)) {
291 lo_lookup( vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, struct cred *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1450 int *direntflags, pathname_t *realpnp)
1448 smbfs_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c444 int *direntflags,
435 hsfs_lookup( struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c1694 int *direntflags, pathname_t *realpnp)
1692 nfs_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
H A Dnfs3_vnops.c1925 int *direntflags, pathname_t *realpnp)
1923 nfs3_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c561 * direntflags: dirent flags returned from VOP_LOOKUP
570 int *direntflags,
586 *direntflags = 0;
624 &smb_ct, direntflags, &rpn);
564 smb_vop_lookup( vnode_t *dvp, char *name, vnode_t **vpp, char *od_name, int flags, int *direntflags, vnode_t *rootvp, smb_attr_t *attr, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c643 int *direntflags,
634 udf_lookup( struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int32_t flags, struct vnode *rdir, struct cred *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c830 int *direntflags,
821 tmp_lookup( struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cred, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2726 caller_context_t *ct, int *direntflags, pathname_t *realpnp)
2724 ufs_lookup(struct vnode *dvp, char *nm, struct vnode **vpp, struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument

Completed in 234 milliseconds

12