#include <arpa/inet.h>#include <dirent.h>#include <stdint.h>#include <sys/types.h>#include <bstrlib.h>#include <atalk/cnid.h>#include <atalk/queue.h>#include <atalk/unicode.h>Go to the source code of this file.
Data Structures | |
| struct | dir |
| struct | path |
Macros | |
| #define | DIRBITS S_ISGID |
| #define | DIRDID_ROOT_PARENT htonl(1) |
| #define | DIRDID_ROOT htonl(2) |
| #define | DIRF_FSMASK (3<<0) |
| #define | DIRF_NOFS (0<<0) |
| #define | DIRF_UFS (1<<1) |
| #define | DIRF_ISFILE (1<<3) |
| #define | DIRF_OFFCNT (1<<4) |
| #define | DIRF_CNID (1<<5) |
Functions | |
| static int | path_isadir (struct path *o_path) |
Variables | |
| struct dir | rootParent |
| #define DIRBITS S_ISGID |
| #define DIRDID_ROOT htonl(2) |
root directory
| #define DIRDID_ROOT_PARENT htonl(1) |
parent directory of root
| #define DIRF_CNID (1<<5) |
renumerate id
| #define DIRF_FSMASK (3<<0) |
| #define DIRF_ISFILE (1<<3) |
it's cached file, not a directory
| #define DIRF_NOFS (0<<0) |
| #define DIRF_OFFCNT (1<<4) |
offsprings count is valid
| #define DIRF_UFS (1<<1) |
|
inlinestatic |
|
extern |