You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/include/cephfs/libcephfs.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -937,7 +937,7 @@ int ceph_fstatx(struct ceph_mount_info *cmount, int fd, struct ceph_statx *stx,
937
937
* @param relpath to the file/directory to get statistics of
938
938
* @param stx the ceph_statx struct that will be filled in with the file's statistics.
939
939
* @param want bitfield of CEPH_STATX_* flags showing designed attributes
940
-
* @param flags bitfield that can be used to set AT_* modifier flags (AT_STATX_SYNC_AS_STAT, AT_STATX_FORCE_SYNC, AT_STATX_DONT_SYNC and AT_SYMLINK_NOFOLLOW)
940
+
* @param flags bitfield that can be used to set AT_* modifier flags (AT_STATX_DONT_SYNC, AT_SYMLINK_NOFOLLOW and AT_EMPTY_PATH)
941
941
* @returns 0 on success or negative error code on failure.
942
942
*/
943
943
intceph_statxat(structceph_mount_info *cmount, int dirfd, constchar *relpath,
@@ -1104,7 +1104,7 @@ int ceph_lchown(struct ceph_mount_info *cmount, const char *path, int uid, int g
1104
1104
* @param relpath the relpath of the file/directory to change the ownership of.
1105
1105
* @param uid the user id to set on the file/directory.
1106
1106
* @param gid the group id to set on the file/directory.
1107
-
* @param flags bitfield that can be used to set AT_* modifier flags (AT_SYMLINK_NOFOLLOW)
1107
+
* @param flags bitfield that can be used to set AT_* modifier flags (AT_SYMLINK_NOFOLLOW and AT_EMPTY_PATH)
1108
1108
* @returns 0 on success or negative error code on failure.
1109
1109
*/
1110
1110
intceph_chownat(structceph_mount_info *cmount, int dirfd, constchar *relpath,
0 commit comments