Searched refs:delete_path (Results 1 - 25 of 29) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/common/
H A Dopendb.c120 const char **delete_path)
122 return ops->odb_close_file(lck, file_handle, delete_path);
119 odb_close_file(struct odb_lock *lck, void *file_handle, const char **delete_path) argument
H A Dopendb.h35 const char **delete_path);
H A Dopendb_tdb.c580 const char *delete_path = NULL; local
624 delete_path = lck->file.path;
628 *_delete_path = delete_path;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/common/
H A Dopendb.c120 const char **delete_path)
122 return ops->odb_close_file(lck, file_handle, delete_path);
119 odb_close_file(struct odb_lock *lck, void *file_handle, const char **delete_path) argument
H A Dopendb.h35 const char **delete_path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/common/
H A Dopendb.c120 const char **delete_path)
122 return ops->odb_close_file(lck, file_handle, delete_path);
119 odb_close_file(struct odb_lock *lck, void *file_handle, const char **delete_path) argument
H A Dopendb.h35 const char **delete_path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/
H A Dudev_utils_file.c64 int delete_path(const char *path) function
H A Dudev.h161 extern int delete_path(const char *path);
H A Dudev_node.c206 delete_path(slink);
432 delete_path(filename);
H A Dudev_db.c75 delete_path(filename);
H A Dudevd.c192 delete_path(filename_failed);
201 delete_path(filename_failed);
221 delete_path(filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/
H A Dudev_utils_file.c64 int delete_path(const char *path) function
H A Dudev.h161 extern int delete_path(const char *path);
H A Dudev_node.c206 delete_path(slink);
432 delete_path(filename);
H A Dudev_db.c75 delete_path(filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/
H A Dudev_utils_file.c64 int delete_path(const char *path) function
H A Dudev.h161 extern int delete_path(const char *path);
H A Dudev_node.c206 delete_path(slink);
432 delete_path(filename);
H A Dudev_db.c75 delete_path(filename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_open.c56 const char *delete_path = NULL; local
64 status = odb_close_file(lck, h, &delete_path);
70 if (h->name->stream_name == NULL && delete_path) {
71 status = pvfs_xattr_unlink_hook(h->pvfs, delete_path);
74 delete_path, nt_errstr(status)));
76 if (rmdir(delete_path) != 0) {
78 delete_path, strerror(errno)));
473 const char *delete_path = NULL; local
501 status = odb_close_file(lck, h, &delete_path);
508 h->open_completed && delete_path) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_open.c56 const char *delete_path = NULL; local
64 status = odb_close_file(lck, h, &delete_path);
70 if (h->name->stream_name == NULL && delete_path) {
71 status = pvfs_xattr_unlink_hook(h->pvfs, delete_path);
74 delete_path, nt_errstr(status)));
76 if (rmdir(delete_path) != 0) {
78 delete_path, strerror(errno)));
473 const char *delete_path = NULL; local
501 status = odb_close_file(lck, h, &delete_path);
508 h->open_completed && delete_path) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_open.c56 const char *delete_path = NULL; local
64 status = odb_close_file(lck, h, &delete_path);
70 if (h->name->stream_name == NULL && delete_path) {
71 status = pvfs_xattr_unlink_hook(h->pvfs, delete_path);
74 delete_path, nt_errstr(status)));
76 if (rmdir(delete_path) != 0) {
78 delete_path, strerror(errno)));
473 const char *delete_path = NULL; local
501 status = odb_close_file(lck, h, &delete_path);
508 h->open_completed && delete_path) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/base/
H A Ddevtmpfs.c233 static int delete_path(const char *nodepath) function
340 delete_path(nodename);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/base/
H A Ddevtmpfs.c233 static int delete_path(const char *nodepath) function
340 delete_path(nodename);

Completed in 193 milliseconds

12