nfs-ganesha 1.4
Functions

posixdb_consistency.h File Reference

Go to the source code of this file.

Functions

int fsal_posixdb_consistency_check (fsal_posixdb_fileinfo_t *p_info1, fsal_posixdb_fileinfo_t *p_info2)
 Check the consistency between two fsal_posixdb_fileinfo_t.

Function Documentation

int fsal_posixdb_consistency_check ( fsal_posixdb_fileinfo_t p_info1,
fsal_posixdb_fileinfo_t p_info2 
)

Check the consistency between two fsal_posixdb_fileinfo_t.

Parameters:
p_info1
p_info2
Returns:
0 if the two fsal_posixdb_fileinfo_t are consistent 1 else (or on error)
Parameters:
p_info1
p_info2
Returns:
0 if the two fsal_posixdb_fileinfo_t are consistent another value else (or on error)

Definition at line 21 of file MYSQL/posixdb_consistency.c.