Home
last modified time | relevance | path

Searched refs:unionfs_clear_in_progress_flag (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/unionfs/
H A Dunion.h161 void unionfs_clear_in_progress_flag(struct vnode *, unsigned int);
H A Dunion_subr.c858 unionfs_clear_in_progress_flag(struct vnode *vp, unsigned int flag) in unionfs_clear_in_progress_flag() function
1042 unionfs_clear_in_progress_flag(vp, UNIONFS_COPY_IN_PROGRESS); in unionfs_mkshadowdir()
1513 unionfs_clear_in_progress_flag(vp, UNIONFS_COPY_IN_PROGRESS); in unionfs_copyfile()
H A Dunion_vnops.c401 unionfs_clear_in_progress_flag(dvp, UNIONFS_LOOKUP_IN_PROGRESS); in unionfs_lookup()