Back to home page

LXR

 
 

    


Warning, /testsuites/fstests/fsclose01/fsclose01.doc is written in an unsupported language. File is not indexed.

0001 This file describes the directives and concepts tested by this test set.
0002 
0003 test set name: fsclose01
0004 
0005 directives:
0006 
0007   - close()
0008   - fcntl()
0009   - fdatasync()
0010   - fchdir()
0011   - fchmod()
0012   - fchown()
0013   - fstat()
0014   - fsync()
0015   - ftruncate()
0016   - ioctl()
0017   - lseek()
0018   - read()
0019   - readv()
0020   - tmpfile()
0021   - write()
0022   - writev()
0023 
0024 concepts:
0025 
0026   - Ensure the close() return -1 with errno set to EBUSY in case the file
0027     descriptor is still in use.
0028   - Ensure that close() cleans up resources allocated by tmpfile().