Searched refs:base_fd (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Donefs_streams.c102 int base_fd; local
111 base_fd = *base_fdp;
113 base_fd = onefs_sys_create_file(conn,
127 if (base_fd < 0) {
136 base_fd,
150 /* Close base_fd if it's not need or on error. */
153 close(base_fd);
159 *base_fdp = base_fd;
324 int base_fd = -1, dir_fd, ret, saved_errno; local
326 dir_fd = get_stream_dir_fd(conn, base, &base_fd);
581 int base_fd = -1; local
[all...]
H A Donefs.h152 int base_fd,
179 int onefs_sys_fstat_at(int base_fd, const char *fname, SMB_STRUCT_STAT *sbuf,
H A Donefs_system.c79 int base_fd,
181 DEBUG(10,("onefs_sys_create_file: base_fd = %d, fname = %s "
185 "default_acl=%s\n", base_fd, mapped_name,
205 ret_fd = ifs_createfile(base_fd, mapped_name,
743 int onefs_sys_fstat_at(int base_fd, const char *fname, SMB_STRUCT_STAT *sbuf, argument
749 ret = enc_fstatat(base_fd, fname, ENC_DEFAULT, &onefs_sbuf, flags);
78 onefs_sys_create_file(connection_struct *conn, int base_fd, const char *path, uint32_t access_mask, uint32_t open_access_mask, uint32_t share_access, uint32_t create_options, int flags, mode_t mode, int oplock_request, uint64_t id, struct security_descriptor *sd, uint32_t dos_flags, int *granted_oplock) argument
H A Donefs_open.c90 int base_fd = -1; local
197 /* If it's a stream pass in the base_fd */
206 base_fd = fsp->base_fsp->fh->fd;
210 base_fd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Donefs_streams.c102 int base_fd; local
111 base_fd = *base_fdp;
113 base_fd = onefs_sys_create_file(conn,
127 if (base_fd < 0) {
136 base_fd,
150 /* Close base_fd if it's not need or on error. */
153 close(base_fd);
159 *base_fdp = base_fd;
324 int base_fd = -1, dir_fd, ret, saved_errno; local
326 dir_fd = get_stream_dir_fd(conn, base, &base_fd);
581 int base_fd = -1; local
[all...]
H A Donefs.h152 int base_fd,
179 int onefs_sys_fstat_at(int base_fd, const char *fname, SMB_STRUCT_STAT *sbuf,
H A Donefs_system.c79 int base_fd,
181 DEBUG(10,("onefs_sys_create_file: base_fd = %d, fname = %s "
185 "default_acl=%s\n", base_fd, mapped_name,
205 ret_fd = ifs_createfile(base_fd, mapped_name,
743 int onefs_sys_fstat_at(int base_fd, const char *fname, SMB_STRUCT_STAT *sbuf, argument
749 ret = enc_fstatat(base_fd, fname, ENC_DEFAULT, &onefs_sbuf, flags);
78 onefs_sys_create_file(connection_struct *conn, int base_fd, const char *path, uint32_t access_mask, uint32_t open_access_mask, uint32_t share_access, uint32_t create_options, int flags, mode_t mode, int oplock_request, uint64_t id, struct security_descriptor *sd, uint32_t dos_flags, int *granted_oplock) argument
H A Donefs_open.c90 int base_fd = -1; local
197 /* If it's a stream pass in the base_fd */
206 base_fd = fsp->base_fsp->fh->fd;
210 base_fd,
/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_streams.c102 int base_fd; local
111 base_fd = *base_fdp;
113 base_fd = onefs_sys_create_file(conn,
127 if (base_fd < 0) {
136 base_fd,
150 /* Close base_fd if it's not need or on error. */
153 close(base_fd);
159 *base_fdp = base_fd;
324 int base_fd = -1, dir_fd, ret, saved_errno; local
326 dir_fd = get_stream_dir_fd(conn, base, &base_fd);
581 int base_fd = -1; local
[all...]
H A Donefs.h152 int base_fd,
179 int onefs_sys_fstat_at(int base_fd, const char *fname, SMB_STRUCT_STAT *sbuf,
H A Donefs_system.c79 int base_fd,
181 DEBUG(10,("onefs_sys_create_file: base_fd = %d, fname = %s "
185 "default_acl=%s\n", base_fd, mapped_name,
205 ret_fd = ifs_createfile(base_fd, mapped_name,
743 int onefs_sys_fstat_at(int base_fd, const char *fname, SMB_STRUCT_STAT *sbuf, argument
749 ret = enc_fstatat(base_fd, fname, ENC_DEFAULT, &onefs_sbuf, flags);
78 onefs_sys_create_file(connection_struct *conn, int base_fd, const char *path, uint32_t access_mask, uint32_t open_access_mask, uint32_t share_access, uint32_t create_options, int flags, mode_t mode, int oplock_request, uint64_t id, struct security_descriptor *sd, uint32_t dos_flags, int *granted_oplock) argument
H A Donefs_open.c90 int base_fd = -1; local
197 /* If it's a stream pass in the base_fd */
206 base_fd = fsp->base_fsp->fh->fd;
210 base_fd,

Completed in 212 milliseconds