go-ceph/cephfs
John Mulligan d4079e3949 cephfs: add path based Statx function implmenting ceph_statx
Add a Statx wrapper for ceph_statx.
Add a type wrapping the statx status info that exposes the various
fields from the C-struct.
Add a type wrapping struct timespec, based on golang's x/sys, for the
time fields in the struct.
Note that the ceph struct is not the same as the linux statx struct.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-05-07 13:44:19 -04:00
..
cephfs.go cephfs: Validate mount.mount usage in cephfs/path.go 2020-05-06 10:04:43 -04:00
cephfs_test.go cephfs: Validate mount.mount usage in cephfs/path.go 2020-05-06 10:04:43 -04:00
command.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
command_test.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
conn_nautilus.go
conn_nautilus_test.go
directory.go cephfs: add DType type and getter function for directory entries 2020-04-30 12:54:37 -04:00
directory_test.go cephfs: add DType type and getter function for directory entries 2020-04-30 12:54:37 -04:00
doc.go
errors.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
errors_test.go
file.go cephfs: implement wrappers for fchmod and fchown 2020-05-07 09:43:05 +02:00
file_test.go cephfs: implement wrappers for fchmod and fchown 2020-05-07 09:43:05 +02:00
mount_perms_mimic.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
mount_perms_mimic_test.go cephfs: add functions for Init and SetMountPerms 2020-04-15 14:22:30 +02:00
path.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
path_test.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
permissions.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
permissions_test.go cephfs: split basic permissions related funcs into new files 2020-04-17 13:40:01 -04:00
statx.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
statx_test.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
timespec.go cephfs: add path based Statx function implmenting ceph_statx 2020-05-07 13:44:19 -04:00
userperm.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00
userperm_test.go cephfs: add a UserPerm type wrapping libcephfs UserPerm 2020-04-15 14:22:30 +02:00