Searched refs:base_fsp (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Donefs_open.c154 if (fsp->base_fsp) {
159 wild = fsp->base_fsp->fsp_name->base_name;
200 SMB_ASSERT(fsp->base_fsp);
203 smb_fname_onefs->base_name, fsp->base_fsp->fh->fd,
206 base_fd = fsp->base_fsp->fh->fd;
1728 files_struct *base_fsp = NULL; local
1828 &base_fsp, /* result */
1911 * We're opening the stream element of a base_fsp
1912 * we already opened. Set up the base_fsp pointer.
1914 if (base_fsp) {
[all...]
H A Dvfs_streams_xattr.c199 if (io == NULL || fsp->base_fsp == NULL) {
229 sbuf->st_ex_size = get_xattr_size(handle->conn, fsp->base_fsp,
464 if (fsp->base_fsp->fh->fd != -1) {
466 fsp->base_fsp, xattr_name,
484 if (fsp->base_fsp->fh->fd != -1) {
486 fsp->base_fsp, xattr_name,
871 status = get_ea_value(talloc_tos(), handle->conn, fsp->base_fsp,
895 if (fsp->base_fsp->fh->fd != -1) {
896 ret = SMB_VFS_FSETXATTR(fsp->base_fsp,
901 fsp->base_fsp
[all...]
H A Donefs_streams.c88 if (fsp->base_fsp) {
89 ret = SMB_VFS_NEXT_CLOSE(handle, fsp->base_fsp);
398 if (fsp != NULL && fsp->base_fsp != NULL) {
399 ret = onefs_sys_fstat(fsp->base_fsp->fh->fd, &base_sbuf);
H A Dvfs_acl_common.c556 if (fsp->base_fsp) {
950 if (fsp->base_fsp) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Donefs_open.c154 if (fsp->base_fsp) {
159 wild = fsp->base_fsp->fsp_name->base_name;
200 SMB_ASSERT(fsp->base_fsp);
203 smb_fname_onefs->base_name, fsp->base_fsp->fh->fd,
206 base_fd = fsp->base_fsp->fh->fd;
1728 files_struct *base_fsp = NULL; local
1828 &base_fsp, /* result */
1911 * We're opening the stream element of a base_fsp
1912 * we already opened. Set up the base_fsp pointer.
1914 if (base_fsp) {
[all...]
H A Dvfs_streams_xattr.c199 if (io == NULL || fsp->base_fsp == NULL) {
229 sbuf->st_ex_size = get_xattr_size(handle->conn, fsp->base_fsp,
464 if (fsp->base_fsp->fh->fd != -1) {
466 fsp->base_fsp, xattr_name,
484 if (fsp->base_fsp->fh->fd != -1) {
486 fsp->base_fsp, xattr_name,
871 status = get_ea_value(talloc_tos(), handle->conn, fsp->base_fsp,
895 if (fsp->base_fsp->fh->fd != -1) {
896 ret = SMB_VFS_FSETXATTR(fsp->base_fsp,
901 fsp->base_fsp
[all...]
H A Donefs_streams.c88 if (fsp->base_fsp) {
89 ret = SMB_VFS_NEXT_CLOSE(handle, fsp->base_fsp);
398 if (fsp != NULL && fsp->base_fsp != NULL) {
399 ret = onefs_sys_fstat(fsp->base_fsp->fh->fd, &base_sbuf);
H A Dvfs_acl_common.c556 if (fsp->base_fsp) {
950 if (fsp->base_fsp) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Donefs_open.c154 if (fsp->base_fsp) {
159 wild = fsp->base_fsp->fsp_name->base_name;
200 SMB_ASSERT(fsp->base_fsp);
203 smb_fname_onefs->base_name, fsp->base_fsp->fh->fd,
206 base_fd = fsp->base_fsp->fh->fd;
1728 files_struct *base_fsp = NULL; local
1828 &base_fsp, /* result */
1911 * We're opening the stream element of a base_fsp
1912 * we already opened. Set up the base_fsp pointer.
1914 if (base_fsp) {
[all...]
H A Dvfs_streams_xattr.c199 if (io == NULL || fsp->base_fsp == NULL) {
229 sbuf->st_ex_size = get_xattr_size(handle->conn, fsp->base_fsp,
464 if (fsp->base_fsp->fh->fd != -1) {
466 fsp->base_fsp, xattr_name,
484 if (fsp->base_fsp->fh->fd != -1) {
486 fsp->base_fsp, xattr_name,
871 status = get_ea_value(talloc_tos(), handle->conn, fsp->base_fsp,
895 if (fsp->base_fsp->fh->fd != -1) {
896 ret = SMB_VFS_FSETXATTR(fsp->base_fsp,
901 fsp->base_fsp
[all...]
H A Donefs_streams.c88 if (fsp->base_fsp) {
89 ret = SMB_VFS_NEXT_CLOSE(handle, fsp->base_fsp);
398 if (fsp != NULL && fsp->base_fsp != NULL) {
399 ret = onefs_sys_fstat(fsp->base_fsp->fh->fd, &base_sbuf);
H A Dvfs_acl_common.c556 if (fsp->base_fsp) {
950 if (fsp->base_fsp) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dopen.c442 if (fsp->base_fsp) {
447 wild = fsp->base_fsp->fsp_name->base_name;
2733 files_struct *base_fsp = NULL; local
2850 &base_fsp, NULL);
2860 fd_close(base_fsp);
2909 * We're opening the stream element of a base_fsp
2910 * we already opened. Set up the base_fsp pointer.
2912 if (base_fsp) {
2913 fsp->base_fsp = base_fsp;
[all...]
H A Dclose.c1063 struct files_struct *base_fsp = fsp->base_fsp; local
1073 if ((base_fsp != NULL) && (close_type != SHUTDOWN_CLOSE)) {
1084 SMB_ASSERT(base_fsp->base_fsp == NULL);
1085 close_file(req, base_fsp, close_type);
H A Daio.c123 if (fsp->base_fsp != NULL) {
215 if (fsp->base_fsp != NULL) {
H A Dtrans2.c5460 if (fsp->base_fsp) {
5461 set_sticky_write_time_fsp(fsp->base_fsp,
5965 if (fsp && fsp->base_fsp) {
5973 fsp->base_fsp->fsp_name->base_name, newname, NULL,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dopen.c442 if (fsp->base_fsp) {
447 wild = fsp->base_fsp->fsp_name->base_name;
2733 files_struct *base_fsp = NULL; local
2850 &base_fsp, NULL);
2860 fd_close(base_fsp);
2909 * We're opening the stream element of a base_fsp
2910 * we already opened. Set up the base_fsp pointer.
2912 if (base_fsp) {
2913 fsp->base_fsp = base_fsp;
[all...]
H A Dclose.c1063 struct files_struct *base_fsp = fsp->base_fsp; local
1073 if ((base_fsp != NULL) && (close_type != SHUTDOWN_CLOSE)) {
1084 SMB_ASSERT(base_fsp->base_fsp == NULL);
1085 close_file(req, base_fsp, close_type);
H A Daio.c123 if (fsp->base_fsp != NULL) {
215 if (fsp->base_fsp != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dopen.c442 if (fsp->base_fsp) {
447 wild = fsp->base_fsp->fsp_name->base_name;
2733 files_struct *base_fsp = NULL; local
2850 &base_fsp, NULL);
2860 fd_close(base_fsp);
2909 * We're opening the stream element of a base_fsp
2910 * we already opened. Set up the base_fsp pointer.
2912 if (base_fsp) {
2913 fsp->base_fsp = base_fsp;
[all...]
H A Dclose.c1063 struct files_struct *base_fsp = fsp->base_fsp; local
1073 if ((base_fsp != NULL) && (close_type != SHUTDOWN_CLOSE)) {
1084 SMB_ASSERT(base_fsp->base_fsp == NULL);
1085 close_file(req, base_fsp, close_type);
H A Daio.c123 if (fsp->base_fsp != NULL) {
215 if (fsp->base_fsp != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dsmb.h463 struct files_struct *base_fsp; /* placeholder for delete on close */ member in struct:files_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dsmb.h463 struct files_struct *base_fsp; /* placeholder for delete on close */ member in struct:files_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dsmb.h463 struct files_struct *base_fsp; /* placeholder for delete on close */ member in struct:files_struct

Completed in 172 milliseconds

12