Lines Matching refs:ip
110 #define IREAD_LOCK(ip, subclass) \ argument
111 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
112 #define IREAD_UNLOCK(ip) up_read(&JFS_IP(ip)->rdwrlock) argument
113 #define IWRITE_LOCK(ip, subclass) \ argument
114 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
115 #define IWRITE_UNLOCK(ip) up_write(&JFS_IP(ip)->rdwrlock) argument
153 #define set_cflag(flag, ip) set_bit(flag, &(JFS_IP(ip)->cflag)) argument
154 #define clear_cflag(flag, ip) clear_bit(flag, &(JFS_IP(ip)->cflag)) argument
155 #define test_cflag(flag, ip) test_bit(flag, &(JFS_IP(ip)->cflag)) argument
156 #define test_and_clear_cflag(flag, ip) \ argument
157 test_and_clear_bit(flag, &(JFS_IP(ip)->cflag))