•  Back 
  •  MagiC's XFS-concept 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File11.5.16.18  xfs_fdelete                                            TOS

 Name:        »xfs_fdelete« - Delete a file.

 Parameters:

               a0 =     DD *
               a1 =     char *name (without path)
               -> d0 =  long errcode

 Description: xfs_fdelete is required for Fdelete. When deleting a 
              symlink, only this may be deleted but not a referenced 
              file. This means that a return value of ELINK is not 
              permissible here.

              Access right checks are left completely to the XFS. 
              During deletion one should pay attention that no file 
              may be referenced by the kernel (i.e. fd_refcnt != 0).

 Group:       Make-up of an XFS

 See also:    MagiC's XFS-concept