Home
last modified time | relevance | path

Searched refs:update_flags (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_exclave_fs.c741 int update_flags = 0; in create_exclave_dir() local
789 update_flags |= VNODE_UPDATE_NAME; in create_exclave_dir()
792 update_flags |= VNODE_UPDATE_PARENT; in create_exclave_dir()
795 if (update_flags) { in create_exclave_dir()
797 nd.ni_cnd.cn_namelen, nd.ni_cnd.cn_hash, update_flags); in create_exclave_dir()
H A Dvfs_lookup.c731 int update_flags = 0; in lookup_consider_update_cache() local
735 update_flags |= VNODE_UPDATE_NAME; in lookup_consider_update_cache()
738 update_flags |= VNODE_UPDATE_PARENT; in lookup_consider_update_cache()
741 if (update_flags) { in lookup_consider_update_cache()
742 vnode_update_identity(vp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash, update_flags); in lookup_consider_update_cache()
H A Dvfs_vnops.c285 int update_flags = 0; in vn_open_auth_do_create() local
289 update_flags |= VNODE_UPDATE_NAME; in vn_open_auth_do_create()
292 update_flags |= VNODE_UPDATE_PARENT; in vn_open_auth_do_create()
295 if (update_flags) { in vn_open_auth_do_create()
296 …entity(vp, dvp, ndp->ni_cnd.cn_nameptr, ndp->ni_cnd.cn_namelen, ndp->ni_cnd.cn_hash, update_flags); in vn_open_auth_do_create()
H A Dvfs_syscalls.c5400 int update_flags = 0; in mknodat_internal() local
5410 if (update_flags) { in mknodat_internal()
6037 int update_flags = 0; in symlinkat_internal() local
6090 if (update_flags) { in symlinkat_internal()
8909 int update_flags = 0; in clonefile_internal() local
8935 if (update_flags) { in clonefile_internal()
9791 int update_flags; in renameat_internal() local
9793 update_flags = VNODE_UPDATE_NAME; in renameat_internal()
9923 int update_flags = 0; in mkdir1at() local
10002 update_flags |= VNODE_UPDATE_NAME; in mkdir1at()
[all …]
H A Dkpi_vfs.c4619 int update_flags = VNODE_UPDATE_NAME; in vn_rename() local
4622 update_flags |= VNODE_UPDATE_PARENT; in vn_rename()
4630 update_flags); in vn_rename()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c3243 int update_flags; in nfsrv_rename() local
3244 update_flags = VNODE_UPDATE_NAME; in nfsrv_rename()
3246 update_flags |= VNODE_UPDATE_PARENT; in nfsrv_rename()
3249 toni.ni_cnd.cn_namelen, toni.ni_cnd.cn_hash, update_flags); in nfsrv_rename()