• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/

Lines Matching refs:vol

73 static char *mtoupath(const struct vol *vol, const char *mpath)
96 vol->v_volcharset,
97 vol->v_maccharset,
393 if ((fd = open(uname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
469 if ((fd = open(eaname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
606 adname = ea->vol->ad_path(ea->filename, (ea->ea_flags & EA_DIR) ? ADFLAGS_DIR : 0);
615 if ((eaname = mtoupath(ea->vol, eaname)) == NULL)
630 * vol (r) current volume
649 int ea_open(const struct vol * restrict vol,
667 ea->vol = vol; /* ea_close needs it */
803 * vol (r) current volume
823 int ea_openat(const struct vol * restrict vol,
839 ret = ea_open(vol, uname, eaflags, ea);
980 * vol (r) current volume
1002 if ((ea_open(vol, uname, EA_RDONLY, &ea)) != 0) {
1040 * vol (r) current volume
1065 if ((ea_open(vol, uname, EA_RDONLY, &ea)) != 0) {
1130 * vol (r) current volume
1152 if ((ea_open(vol, uname, EA_RDONLY, &ea)) != 0) {
1163 if ( ( len = convert_string(vol->v_volcharset,
1210 * vol (r) current volume
1231 if ((ea_open(vol, uname, EA_CREATE | EA_RDWR, &ea)) != 0) {
1265 * vol (r) current volume
1283 if ((ea_open(vol, uname, EA_RDWR, &ea)) != 0) {
1324 if ((ea_openat(vol, dirfd, file, EA_RDWR, &ea)) != 0) {
1385 if ((ea_openat(vol, dirfd, src, EA_RDWR, &srcea)) != 0) {
1395 if ((ea_open(vol, dst, EA_RDWR | EA_CREATE, &dstea)) != 0) {
1398 ad_init(&ad, vol->v_adouble, vol->v_ad_options);
1405 if ((ea_open(vol, dst, EA_RDWR | EA_CREATE, &dstea)) != 0) {
1482 if ((ea_openat(vol, sfd, src, EA_RDWR, &srcea)) != 0) {
1492 if ((ea_open(vol, dst, EA_RDWR | EA_CREATE, &dstea)) != 0) {
1495 ad_init(&ad, vol->v_adouble, vol->v_ad_options);
1502 if ((ea_open(vol, dst, EA_RDWR | EA_CREATE, &dstea)) != 0) {
1538 if ((copy_file(sfd, srceapath, eapath, (0666 & ~vol->v_umask))) < 0) {
1564 if ((ea_open(vol, path, EA_RDWR, &ea)) != 0) {
1574 if ((ochown(ea_path(&ea, NULL, 0), uid, gid, vol_syml_opt(vol))) != 0) {
1591 if ((ochown(eaname, uid, gid, vol_syml_opt(vol))) != 0) {
1626 if ((ea_open(vol, name, EA_RDWR, &ea)) != 0) {
1635 if ((setfilmode(vol, ea_path(&ea, NULL, 0), ea_header_mode(mode), NULL)) != 0) {
1654 if ((setfilmode(vol, eaname, ea_mode(mode), NULL)) != 0) {
1699 if ((ea_open(vol, name, EA_RDWR, &ea)) != 0) {
1711 if ((setfilmode(vol, ea_path(&ea, NULL, 0), ea_header_mode(mode), NULL)) != 0) {
1741 if ((setfilmode(vol, eaname, ea_mode(mode), NULL)) != 0) {