Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h143 int p9_client_unlink(struct p9_fid *dfid, const char *name, int32_t flags);
H A Dp9_client.c673 p9_client_unlink(struct p9_fid *dfid, const char *name, int32_t flags) in p9_client_unlink() function
H A Dp9fs_vnops.c1516 error = p9_client_unlink(vfid, name, in remove_common()